#E08EA0

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

Shades of Kobi #E08EA0

Tints of Kobi #E08EA0

Color information

#E08EA0 (or 0xE08EA0) is unknown color: approx Kobi. HEX triplet: E0, 8E and A0. RGB value is (224,142,160). Sum of RGB (Red+Green+Blue) = 224+142+160=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EA0 is #1F715F. Grayscale: #A8A8A8. Windows color (decimal): -2060640 or 10522336. OLE color: 10522336.

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

Color convert

RGB224142160-
CMYK00.370.290.12
HSL346.83º56.94%71.76%-
HSV(B)346.83º36.61%87.84%-
XYZ46.7637.7338.08-
YUV168.57123.17167.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=42.59%
G=27.00%
B=30.42%

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
Decimal22414216000.370.290.12346.8356.9471.76
HexE08EA00251DC15b3948
Octal340216240045351453371110
Binary11100000100011101010000001001011110111001010110111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EA0; }

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

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

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

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

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

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

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

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