#E08CB0

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

Shades of Kobi #E08CB0

Tints of Kobi #E08CB0

Color information

#E08CB0 (or 0xE08CB0) is unknown color: approx Kobi. HEX triplet: E0, 8C and B0. RGB value is (224,140,176). Sum of RGB (Red+Green+Blue) = 224+140+176=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CB0 is #1F734F. Grayscale: #A9A9A9. Windows color (decimal): -2061136 or 11570400. OLE color: 11570400.

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

Color convert

RGB224140176-
CMYK00.380.210.12
HSL334.29º57.53%71.37%-
HSV(B)334.29º37.5%87.84%-
XYZ47.9637.7445.83-
YUV169.22131.83167.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=41.48%
G=25.93%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414017600.380.210.12334.2957.5371.37
HexE08CB002615C14e3a47
Octal340214260046251451672107
Binary11100000100011001011000001001101010111001010011101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CB0; }

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

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

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

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

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

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

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

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