#E19FAE

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

Shades of Kobi #E19FAE

Tints of Kobi #E19FAE

Color information

#E19FAE (or 0xE19FAE) is unknown color: approx Kobi. HEX triplet: E1, 9F and AE. RGB value is (225,159,174). Sum of RGB (Red+Green+Blue) = 225+159+174=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19FAE is #1E6051. Grayscale: #B4B4B4. Windows color (decimal): -1990738 or 11444193. OLE color: 11444193.

HSL color Cylindrical-coordinate representation of color #E19FAE: hue angle of 346.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FAE is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225159174-
CMYK00.290.230.12
HSL346.36º52.38%75.29%-
HSV(B)346.36º29.33%88.24%-
XYZ51.0943.8645.82-
YUV180.44124.37159.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=40.32%
G=28.49%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515917400.290.230.12346.3652.3875.29
HexE19FAE01D17C15a344b
Octal341237256035271453264113
Binary1110000110011111101011100111011011111001010110101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FAE; }

 p { color: rgb(225,159,174); }

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

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

 a { background-color: rgb(225,159,174); }

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

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

 span { border-color: rgb(225,159,174); }

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