#E08BA2

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

Shades of Kobi #E08BA2

Tints of Kobi #E08BA2

Color information

#E08BA2 (or 0xE08BA2) is unknown color: approx Kobi. HEX triplet: E0, 8B and A2. RGB value is (224,139,162). Sum of RGB (Red+Green+Blue) = 224+139+162=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BA2 is #1F745D. Grayscale: #A7A7A7. Windows color (decimal): -2061406 or 10652640. OLE color: 10652640.

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

Color convert

RGB224139162-
CMYK00.380.280.12
HSL343.76º57.82%71.18%-
HSV(B)343.76º37.95%87.84%-
XYZ46.4936.9238.86-
YUV167.04125.16168.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=42.67%
G=26.48%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413916200.380.280.12343.7657.8271.18
HexE08BA20261CC1583a47
Octal340213242046341453072107
Binary11100000100010111010001001001101110011001010110001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BA2; }

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

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

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

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

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

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

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

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