#E08E9F

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

Shades of Kobi #E08E9F

Tints of Kobi #E08E9F

Color information

#E08E9F (or 0xE08E9F) is unknown color: approx Kobi. HEX triplet: E0, 8E and 9F. RGB value is (224,142,159). Sum of RGB (Red+Green+Blue) = 224+142+159=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E9F is #1F7160. Grayscale: #A8A8A8. Windows color (decimal): -2060641 or 10456800. OLE color: 10456800.

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

Color convert

RGB224142159-
CMYK00.370.290.12
HSL347.56º56.94%71.76%-
HSV(B)347.56º36.61%87.84%-
XYZ46.6737.737.62-
YUV168.46122.67167.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=42.67%
G=27.05%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414215900.370.290.12347.5656.9471.76
HexE08E9F0251DC15c3948
Octal340216237045351453471110
Binary11100000100011101001111101001011110111001010111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E9F; }

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

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

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

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

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

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

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

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