#e87eb9

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

Shades of Persian Pink #E87EB9

Tints of Persian Pink #E87EB9

Color information

#E87EB9 (or 0xE87EB9) is unknown color: approx Persian Pink. HEX triplet: E8, 7E and B9. RGB value is (232,126,185). Sum of RGB (Red+Green+Blue) = 232+126+185=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E87EB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87EB9 is #178146. Grayscale: #A4A4A4. Windows color (decimal): -1540423 or 12156648. OLE color: 12156648.

HSL color Cylindrical-coordinate representation of color #E87EB9: hue angle of 326.6º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87EB9 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232126185-
CMYK00.460.200.09
HSL326.6º69.74%70.2%-
HSV(B)326.6º45.69%90.98%-
XYZ49.535.5850.16-
YUV164.42139.62176.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.73%
GREEN value IS 126 (49.61% from 255) = 23.20%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=42.73%
G=23.20%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212618500.460.200.09326.669.7470.2
HexE87EB902E1491474646
Octal3501762710562411507106106
Binary11101000111111010111001010111010100100110100011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87eb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87eb9; }

 p { color: rgb(232,126,185); }

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

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

 a { background-color: rgb(232,126,185); }

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

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

 span { border-color: rgb(232,126,185); }

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