#E49FAF

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

Shades of Kobi #E49FAF

Tints of Kobi #E49FAF

Color information

#E49FAF (or 0xE49FAF) is unknown color: approx Kobi. HEX triplet: E4, 9F and AF. RGB value is (228,159,175). Sum of RGB (Red+Green+Blue) = 228+159+175=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49FAF is #1B6050. Grayscale: #B5B5B5. Windows color (decimal): -1794129 or 11509732. OLE color: 11509732.

HSL color Cylindrical-coordinate representation of color #E49FAF: hue angle of 346.09º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FAF is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB228159175-
CMYK00.300.230.11
HSL346.09º56.1%75.88%-
HSV(B)346.09º30.26%89.41%-
XYZ52.1344.3946.38-
YUV181.46124.36161.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.57%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=40.57%
G=28.29%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815917500.300.230.11346.0956.175.88
HexE49FAF01E17B15a384c
Octal344237257036271353270114
Binary1110010010011111101011110111101011110111010110101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49FAF; }

 p { color: rgb(228,159,175); }

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

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

 a { background-color: rgb(228,159,175); }

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

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

 span { border-color: rgb(228,159,175); }

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