#E08DA4

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

Shades of Kobi #E08DA4

Tints of Kobi #E08DA4

Color information

#E08DA4 (or 0xE08DA4) is unknown color: approx Kobi. HEX triplet: E0, 8D and A4. RGB value is (224,141,164). Sum of RGB (Red+Green+Blue) = 224+141+164=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA4 is #1F725B. Grayscale: #A8A8A8. Windows color (decimal): -2060892 or 10784224. OLE color: 10784224.

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

Color convert

RGB224141164-
CMYK00.370.270.12
HSL343.37º57.24%71.57%-
HSV(B)343.37º37.05%87.84%-
XYZ46.9737.5839.9-
YUV168.44125.5167.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=42.34%
G=26.65%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414116400.370.270.12343.3757.2471.57
HexE08DA40251BC1573948
Octal340215244045331452771110
Binary11100000100011011010010001001011101111001010101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DA4; }

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

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

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

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

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

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

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

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