#E988B8

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

Shades of Persian Pink #E988B8

Tints of Persian Pink #E988B8

Color information

#E988B8 (or 0xE988B8) is unknown color: approx Persian Pink. HEX triplet: E9, 88 and B8. RGB value is (233,136,184). Sum of RGB (Red+Green+Blue) = 233+136+184=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E988B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988B8 is #167747. Grayscale: #AAAAAA. Windows color (decimal): -1472328 or 12093673. OLE color: 12093673.

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

Color convert

RGB233136184-
CMYK00.420.210.09
HSL330.31º68.79%72.35%-
HSV(B)330.31º41.63%91.37%-
XYZ51.0638.3950.07-
YUV170.48135.64172.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=42.13%
G=24.59%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313618400.420.210.09330.3168.7972.35
HexE988B802A15914a4548
Octal3512102700522511512105110
Binary111010011000100010111000010101010101100110100101010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988B8; }

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

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

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

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

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

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

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

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