#E19AAB

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

Shades of Kobi #E19AAB

Tints of Kobi #E19AAB

Color information

#E19AAB (or 0xE19AAB) is unknown color: approx Kobi. HEX triplet: E1, 9A and AB. RGB value is (225,154,171). Sum of RGB (Red+Green+Blue) = 225+154+171=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAB is #1E6554. Grayscale: #B1B1B1. Windows color (decimal): -1992021 or 11246305. OLE color: 11246305.

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

Color convert

RGB225154171-
CMYK00.320.240.12
HSL345.63º54.2%74.31%-
HSV(B)345.63º31.56%88.24%-
XYZ49.9642.0644.01-
YUV177.17124.52162.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=40.91%
G=28%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515417100.320.240.12345.6354.274.31
HexE19AAB02018C15a364a
Octal341232253040301453266112
Binary11100001100110101010101101000001100011001010110101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AAB; }

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

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

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

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

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

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

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

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