#E08BB2

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

Shades of Kobi #E08BB2

Tints of Kobi #E08BB2

Color information

#E08BB2 (or 0xE08BB2) is unknown color: approx Kobi. HEX triplet: E0, 8B and B2. RGB value is (224,139,178). Sum of RGB (Red+Green+Blue) = 224+139+178=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BB2 is #1F744D. Grayscale: #A8A8A8. Windows color (decimal): -2061390 or 11701216. OLE color: 11701216.

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

Color convert

RGB224139178-
CMYK00.380.210.12
HSL332.47º57.82%71.18%-
HSV(B)332.47º37.95%87.84%-
XYZ48.0137.5346.83-
YUV168.86133.16167.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=41.40%
G=25.69%
B=32.90%

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
Decimal22413917800.380.210.12332.4757.8271.18
HexE08BB202615C14c3a47
Octal340213262046251451472107
Binary11100000100010111011001001001101010111001010011001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BB2; }

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

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

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

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

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

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

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

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