#E988BB

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

Shades of Persian Pink #E988BB

Tints of Persian Pink #E988BB

Color information

#E988BB (or 0xE988BB) is unknown color: approx Persian Pink. HEX triplet: E9, 88 and BB. RGB value is (233,136,187). Sum of RGB (Red+Green+Blue) = 233+136+187=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E988BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988BB is #167744. Grayscale: #AAAAAA. Windows color (decimal): -1472325 or 12290281. OLE color: 12290281.

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

Color convert

RGB233136187-
CMYK00.420.200.09
HSL328.45º68.79%72.35%-
HSV(B)328.45º41.63%91.37%-
XYZ51.3838.5251.74-
YUV170.82137.14172.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=41.91%
G=24.46%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313618700.420.200.09328.4568.7972.35
HexE988BB02A1491484548
Octal3512102730522411510105110
Binary111010011000100010111011010101010100100110100100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988BB; }

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

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

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

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

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

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

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

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