#E88BB0

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

Shades of Kobi #E88BB0

Tints of Kobi #E88BB0

Color information

#E88BB0 (or 0xE88BB0) is unknown color: approx Kobi. HEX triplet: E8, 8B and B0. RGB value is (232,139,176). Sum of RGB (Red+Green+Blue) = 232+139+176=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BB0 is #17744F. Grayscale: #AAAAAA. Windows color (decimal): -1537104 or 11570152. OLE color: 11570152.

HSL color Cylindrical-coordinate representation of color #E88BB0: hue angle of 336.13º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BB0 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB232139176-
CMYK00.400.240.09
HSL336.13º66.91%72.75%-
HSV(B)336.13º40.09%90.98%-
XYZ50.3538.7645.9-
YUV171.02130.81171.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=42.41%
G=25.41%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213917600.400.240.09336.1366.9172.75
HexE88BB00281891504349
Octal3502132600503011520103111
Binary111010001000101110110000010100011000100110101000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88BB0; }

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

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

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

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

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

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

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

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