#E887B4

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

Shades of Persian Pink #E887B4

Tints of Persian Pink #E887B4

Color information

#E887B4 (or 0xE887B4) is unknown color: approx Persian Pink. HEX triplet: E8, 87 and B4. RGB value is (232,135,180). Sum of RGB (Red+Green+Blue) = 232+135+180=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E887B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E887B4 is #17784B. Grayscale: #A9A9A9. Windows color (decimal): -1538124 or 11831272. OLE color: 11831272.

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

Color convert

RGB232135180-
CMYK00.420.220.09
HSL332.16º67.83%71.96%-
HSV(B)332.16º41.81%90.98%-
XYZ50.1837.7847.83-
YUV169.13134.14172.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=42.41%
G=24.68%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213518000.420.220.09332.1667.8371.96
HexE887B402A16914c4448
Octal3502072640522611514104110
Binary111010001000011110110100010101010110100110100110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E887B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E887B4; }

 p { color: rgb(232,135,180); }

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

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

 a { background-color: rgb(232,135,180); }

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

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

 span { border-color: rgb(232,135,180); }

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