#E08C9F

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

Shades of Kobi #E08C9F

Tints of Kobi #E08C9F

Color information

#E08C9F (or 0xE08C9F) is unknown color: approx Kobi. HEX triplet: E0, 8C and 9F. RGB value is (224,140,159). Sum of RGB (Red+Green+Blue) = 224+140+159=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C9F is #1F7360. Grayscale: #A7A7A7. Windows color (decimal): -2061153 or 10456288. OLE color: 10456288.

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

Color convert

RGB224140159-
CMYK00.380.290.12
HSL346.43º57.53%71.37%-
HSV(B)346.43º37.5%87.84%-
XYZ46.3837.1137.52-
YUV167.28123.33168.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=42.83%
G=26.77%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414015900.380.290.12346.4357.5371.37
HexE08C9F0261DC15a3a47
Octal340214237046351453272107
Binary11100000100011001001111101001101110111001010110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C9F; }

 p { color: rgb(224,140,159); }

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

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

 a { background-color: rgb(224,140,159); }

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

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

 span { border-color: rgb(224,140,159); }

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