#E08EAA

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

Shades of Kobi #E08EAA

Tints of Kobi #E08EAA

Color information

#E08EAA (or 0xE08EAA) is unknown color: approx Kobi. HEX triplet: E0, 8E and AA. RGB value is (224,142,170). Sum of RGB (Red+Green+Blue) = 224+142+170=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EAA is #1F7155. Grayscale: #A9A9A9. Windows color (decimal): -2060630 or 11177696. OLE color: 11177696.

HSL color Cylindrical-coordinate representation of color #E08EAA: hue angle of 339.51º 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 #E08EAA is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224142170-
CMYK00.370.240.12
HSL339.51º56.94%71.76%-
HSV(B)339.51º36.61%87.84%-
XYZ47.6738.142.87-
YUV169.71128.17166.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=41.79%
G=26.49%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414217000.370.240.12339.5156.9471.76
HexE08EAA02518C1543948
Octal340216252045301452471110
Binary11100000100011101010101001001011100011001010101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EAA; }

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

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

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

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

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

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

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

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