#E19AB4

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

Shades of Kobi #E19AB4

Tints of Kobi #E19AB4

Color information

#E19AB4 (or 0xE19AB4) is unknown color: approx Kobi. HEX triplet: E1, 9A and B4. RGB value is (225,154,180). Sum of RGB (Red+Green+Blue) = 225+154+180=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AB4 is #1E654B. Grayscale: #B2B2B2. Windows color (decimal): -1992012 or 11836129. OLE color: 11836129.

HSL color Cylindrical-coordinate representation of color #E19AB4: hue angle of 338.03º degrees, saturation: 0.54, 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 #E19AB4 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB225154180-
CMYK00.320.20.12
HSL338.03º54.2%74.31%-
HSV(B)338.03º31.56%88.24%-
XYZ50.8542.4148.69-
YUV178.19129.02161.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=40.25%
G=27.55%
B=32.20%

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
Decimal22515418000.320.20.12338.0354.274.31
HexE19AB402014C152364a
Octal341232264040241452266112
Binary11100001100110101011010001000001010011001010100101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AB4; }

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

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

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

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

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

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

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

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