#E88DB2

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

Shades of Kobi #E88DB2

Tints of Kobi #E88DB2

Color information

#E88DB2 (or 0xE88DB2) is unknown color: approx Kobi. HEX triplet: E8, 8D and B2. RGB value is (232,141,178). Sum of RGB (Red+Green+Blue) = 232+141+178=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88DB2 is #17724D. Grayscale: #ACACAC. Windows color (decimal): -1536590 or 11701736. OLE color: 11701736.

HSL color Cylindrical-coordinate representation of color #E88DB2: hue angle of 335.6º 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 #E88DB2 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB232141178-
CMYK00.390.230.09
HSL335.6º66.42%73.14%-
HSV(B)335.6º39.22%90.98%-
XYZ50.8439.4247.05-
YUV172.43131.15170.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.11%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=42.11%
G=25.59%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214117800.390.230.09335.666.4273.14
HexE88DB20271791504249
Octal3502152620472711520102111
Binary111010001000110110110010010011110111100110101000010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DB2; }

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

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

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

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

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

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

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

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