#E988B0

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

Shades of Kobi #E988B0

Tints of Kobi #E988B0

Color information

#E988B0 (or 0xE988B0) is unknown color: approx Kobi. HEX triplet: E9, 88 and B0. RGB value is (233,136,176). Sum of RGB (Red+Green+Blue) = 233+136+176=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E988B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E988B0 is #16774F. Grayscale: #A9A9A9. Windows color (decimal): -1472336 or 11569385. OLE color: 11569385.

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

Color convert

RGB233136176-
CMYK00.420.240.09
HSL335.26º68.79%72.35%-
HSV(B)335.26º41.63%91.37%-
XYZ50.2438.0745.77-
YUV169.56131.64173.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=42.75%
G=24.95%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313617600.420.240.09335.2668.7972.35
HexE988B002A18914f4548
Octal3512102600523011517105110
Binary111010011000100010110000010101011000100110100111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988B0; }

 p { color: rgb(233,136,176); }

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

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

 a { background-color: rgb(233,136,176); }

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

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

 span { border-color: rgb(233,136,176); }

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