#E88DB0

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

Shades of Kobi #E88DB0

Tints of Kobi #E88DB0

Color information

#E88DB0 (or 0xE88DB0) is unknown color: approx Kobi. HEX triplet: E8, 8D and B0. RGB value is (232,141,176). Sum of RGB (Red+Green+Blue) = 232+141+176=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88DB0 is #17724F. Grayscale: #ACACAC. Windows color (decimal): -1536592 or 11570664. OLE color: 11570664.

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

Color convert

RGB232141176-
CMYK00.390.240.09
HSL336.92º66.42%73.14%-
HSV(B)336.92º39.22%90.98%-
XYZ50.6439.3446-
YUV172.2130.15170.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=42.26%
G=25.68%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214117600.390.240.09336.9266.4273.14
HexE88DB00271891514249
Octal3502152600473011521102111
Binary111010001000110110110000010011111000100110101000110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DB0; }

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

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

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

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

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

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

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

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