#E988AF

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

Shades of Kobi #E988AF

Tints of Kobi #E988AF

Color information

#E988AF (or 0xE988AF) is unknown color: approx Kobi. HEX triplet: E9, 88 and AF. RGB value is (233,136,175). Sum of RGB (Red+Green+Blue) = 233+136+175=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E988AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E988AF is #167750. Grayscale: #A9A9A9. Windows color (decimal): -1472337 or 11503849. OLE color: 11503849.

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

Color convert

RGB233136175-
CMYK00.420.250.09
HSL335.88º68.79%72.35%-
HSV(B)335.88º41.63%91.37%-
XYZ50.1538.0345.25-
YUV169.45131.14173.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=42.83%
G=25%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313617500.420.250.09335.8868.7972.35
HexE988AF02A1991504548
Octal3512102570523111520105110
Binary111010011000100010101111010101011001100110101000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988AF; }

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

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

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

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

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

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

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

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