#E198B4

Color #E198B4 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E198B4

Tints of Kobi #E198B4

Color information

#E198B4 (or 0xE198B4) is unknown color: approx Kobi. HEX triplet: E1, 98 and B4. RGB value is (225,152,180). Sum of RGB (Red+Green+Blue) = 225+152+180=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E198B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198B4 is #1E674B. Grayscale: #B0B0B0. Windows color (decimal): -1992524 or 11835617. OLE color: 11835617.

HSL color Cylindrical-coordinate representation of color #E198B4: hue angle of 336.99º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198B4 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB225152180-
CMYK00.320.20.12
HSL336.99º54.89%73.92%-
HSV(B)336.99º32.44%88.24%-
XYZ50.5241.7648.58-
YUV177.02129.68162.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=40.39%
G=27.29%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515218000.320.20.12336.9954.8973.92
HexE198B402014C151374a
Octal341230264040241452167112
Binary11100001100110001011010001000001010011001010100011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198B4; }

 p { color: rgb(225,152,180); }

 H1.HeaderClassName
 {
   color: #E198B4;
 }
 .AnyTagClassName
 {
   color: #E198B4;
 }
</style>
background-color css

<style>
 a { background-color: #E198B4; }

 a { background-color: rgb(225,152,180); }

 div.DivClassName
 {
   background-color: #E198B4;
 }
 .BgClassName
 {
   background-color: #E198B4;
 }
</style>
border-color css

<style>
 span { border-color: #E198B4; }

 span { border-color: rgb(225,152,180); }

 td.TdClassName
 {
   border-color: #E198B4;
 }
 .TagClassName
 {
   border-color: #E198B4;
 }
</style>