#E08EAB

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

Shades of Kobi #E08EAB

Tints of Kobi #E08EAB

Color information

#E08EAB (or 0xE08EAB) is unknown color: approx Kobi. HEX triplet: E0, 8E and AB. RGB value is (224,142,171). Sum of RGB (Red+Green+Blue) = 224+142+171=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EAB is #1F7154. Grayscale: #A9A9A9. Windows color (decimal): -2060629 or 11243232. OLE color: 11243232.

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

Color convert

RGB224142171-
CMYK00.370.240.12
HSL338.78º56.94%71.76%-
HSV(B)338.78º36.61%87.84%-
XYZ47.7638.1343.37-
YUV169.82128.67166.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=41.71%
G=26.44%
B=31.84%

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
Decimal22414217100.370.240.12338.7856.9471.76
HexE08EAB02518C1533948
Octal340216253045301452371110
Binary11100000100011101010101101001011100011001010100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EAB; }

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

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

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

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

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

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

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

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