#E08DA0

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

Shades of Kobi #E08DA0

Tints of Kobi #E08DA0

Color information

#E08DA0 (or 0xE08DA0) is unknown color: approx Kobi. HEX triplet: E0, 8D and A0. RGB value is (224,141,160). Sum of RGB (Red+Green+Blue) = 224+141+160=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA0 is #1F725F. Grayscale: #A7A7A7. Windows color (decimal): -2060896 or 10522080. OLE color: 10522080.

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

Color convert

RGB224141160-
CMYK00.370.290.12
HSL346.27º57.24%71.57%-
HSV(B)346.27º37.05%87.84%-
XYZ46.6137.4438.03-
YUV167.98123.5167.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=42.67%
G=26.86%
B=30.48%

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
Decimal22414116000.370.290.12346.2757.2471.57
HexE08DA00251DC15a3948
Octal340215240045351453271110
Binary11100000100011011010000001001011110111001010110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DA0; }

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

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

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

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

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

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

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

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