#E08CA4

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

Shades of Kobi #E08CA4

Tints of Kobi #E08CA4

Color information

#E08CA4 (or 0xE08CA4) is unknown color: approx Kobi. HEX triplet: E0, 8C and A4. RGB value is (224,140,164). Sum of RGB (Red+Green+Blue) = 224+140+164=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CA4 is #1F735B. Grayscale: #A7A7A7. Windows color (decimal): -2061148 or 10783968. OLE color: 10783968.

HSL color Cylindrical-coordinate representation of color #E08CA4: hue angle of 342.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CA4 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB224140164-
CMYK00.380.270.12
HSL342.86º57.53%71.37%-
HSV(B)342.86º37.5%87.84%-
XYZ46.8237.2839.85-
YUV167.85125.83168.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=42.42%
G=26.52%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414016400.380.270.12342.8657.5371.37
HexE08CA40261BC1573a47
Octal340214244046331452772107
Binary11100000100011001010010001001101101111001010101111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CA4; }

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

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

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

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

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

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

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

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