#E08DA5

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

Shades of Kobi #E08DA5

Tints of Kobi #E08DA5

Color information

#E08DA5 (or 0xE08DA5) is unknown color: approx Kobi. HEX triplet: E0, 8D and A5. RGB value is (224,141,165). Sum of RGB (Red+Green+Blue) = 224+141+165=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA5 is #1F725A. Grayscale: #A8A8A8. Windows color (decimal): -2060891 or 10849760. OLE color: 10849760.

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

Color convert

RGB224141165-
CMYK00.370.260.12
HSL342.65º57.24%71.57%-
HSV(B)342.65º37.05%87.84%-
XYZ47.0637.6140.38-
YUV168.55126167.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=42.26%
G=26.60%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414116500.370.260.12342.6557.2471.57
HexE08DA50251AC1573948
Octal340215245045321452771110
Binary11100000100011011010010101001011101011001010101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DA5; }

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

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

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

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

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

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

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

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