#E988B1

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

Shades of Kobi #E988B1

Tints of Kobi #E988B1

Color information

#E988B1 (or 0xE988B1) is unknown color: approx Kobi. HEX triplet: E9, 88 and B1. RGB value is (233,136,177). Sum of RGB (Red+Green+Blue) = 233+136+177=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E988B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E988B1 is #16774E. Grayscale: #A9A9A9. Windows color (decimal): -1472335 or 11634921. OLE color: 11634921.

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

Color convert

RGB233136177-
CMYK00.420.240.09
HSL334.64º68.79%72.35%-
HSV(B)334.64º41.63%91.37%-
XYZ50.3438.1146.3-
YUV169.68132.14173.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=42.67%
G=24.91%
B=32.42%

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
Decimal23313617700.420.240.09334.6468.7972.35
HexE988B102A18914f4548
Octal3512102610523011517105110
Binary111010011000100010110001010101011000100110100111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988B1; }

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

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

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

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

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

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

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

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