#e87fba

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

Shades of Persian Pink #E87FBA

Tints of Persian Pink #E87FBA

Color information

#E87FBA (or 0xE87FBA) is unknown color: approx Persian Pink. HEX triplet: E8, 7F and BA. RGB value is (232,127,186). Sum of RGB (Red+Green+Blue) = 232+127+186=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FBA is #178045. Grayscale: #A4A4A4. Windows color (decimal): -1540166 or 12222440. OLE color: 12222440.

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

Color convert

RGB232127186-
CMYK00.450.200.09
HSL326.29º69.54%70.39%-
HSV(B)326.29º45.26%90.98%-
XYZ49.7335.8850.76-
YUV165.12139.79175.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=42.57%
G=23.30%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212718600.450.200.09326.2969.5470.39
HexE87FBA02D1491464646
Octal3501772720552411506106106
Binary11101000111111110111010010110110100100110100011010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87fba; }

 p { color: rgb(232,127,186); }

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

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

 a { background-color: rgb(232,127,186); }

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

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

 span { border-color: rgb(232,127,186); }

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