#E08DA8

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

Shades of Kobi #E08DA8

Tints of Kobi #E08DA8

Color information

#E08DA8 (or 0xE08DA8) is unknown color: approx Kobi. HEX triplet: E0, 8D and A8. RGB value is (224,141,168). Sum of RGB (Red+Green+Blue) = 224+141+168=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA8 is #1F7257. Grayscale: #A8A8A8. Windows color (decimal): -2060888 or 11046368. OLE color: 11046368.

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

Color convert

RGB224141168-
CMYK00.370.250.12
HSL340.48º57.24%71.57%-
HSV(B)340.48º37.05%87.84%-
XYZ47.3337.7241.83-
YUV168.9127.5167.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=42.03%
G=26.45%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414116800.370.250.12340.4857.2471.57
HexE08DA802519C1543948
Octal340215250045311452471110
Binary11100000100011011010100001001011100111001010101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DA8; }

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

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

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

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

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

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

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

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