#E08BB0

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

Shades of Kobi #E08BB0

Tints of Kobi #E08BB0

Color information

#E08BB0 (or 0xE08BB0) is unknown color: approx Kobi. HEX triplet: E0, 8B and B0. RGB value is (224,139,176). Sum of RGB (Red+Green+Blue) = 224+139+176=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BB0 is #1F744F. Grayscale: #A8A8A8. Windows color (decimal): -2061392 or 11570144. OLE color: 11570144.

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

Color convert

RGB224139176-
CMYK00.380.210.12
HSL333.88º57.82%71.18%-
HSV(B)333.88º37.95%87.84%-
XYZ47.8137.4545.78-
YUV168.63132.16167.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=41.56%
G=25.79%
B=32.65%

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
Decimal22413917600.380.210.12333.8857.8271.18
HexE08BB002615C14e3a47
Octal340213260046251451672107
Binary11100000100010111011000001001101010111001010011101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BB0; }

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

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

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

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

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

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

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

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