#E39FAF

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

Shades of Kobi #E39FAF

Tints of Kobi #E39FAF

Color information

#E39FAF (or 0xE39FAF) is unknown color: approx Kobi. HEX triplet: E3, 9F and AF. RGB value is (227,159,175). Sum of RGB (Red+Green+Blue) = 227+159+175=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39FAF is #1C6050. Grayscale: #B5B5B5. Windows color (decimal): -1859665 or 11509731. OLE color: 11509731.

HSL color Cylindrical-coordinate representation of color #E39FAF: hue angle of 345.88º degrees, saturation: 0.55, 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 #E39FAF is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227159175-
CMYK00.300.230.11
HSL345.88º54.84%75.69%-
HSV(B)345.88º29.96%89.02%-
XYZ51.8144.2246.36-
YUV181.16124.53160.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.46%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=40.46%
G=28.34%
B=31.19%

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
Decimal22715917500.300.230.11345.8854.8475.69
HexE39FAF01E17B15a374c
Octal343237257036271353267114
Binary1110001110011111101011110111101011110111010110101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FAF; }

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

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

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

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

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

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

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

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