#EB87BA

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

Shades of Persian Pink #EB87BA

Tints of Persian Pink #EB87BA

Color information

#EB87BA (or 0xEB87BA) is unknown color: approx Persian Pink. HEX triplet: EB, 87 and BA. RGB value is (235,135,186). Sum of RGB (Red+Green+Blue) = 235+135+186=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB87BA is #147845. Grayscale: #AAAAAA. Windows color (decimal): -1341510 or 12224491. OLE color: 12224491.

HSL color Cylindrical-coordinate representation of color #EB87BA: hue angle of 329.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB87BA is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235135186-
CMYK00.430.210.08
HSL329.4º71.43%72.55%-
HSV(B)329.4º42.55%92.16%-
XYZ51.7938.5451.16-
YUV170.71136.63173.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=42.27%
G=24.28%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513518600.430.210.08329.471.4372.55
HexEB87BA02B1581494749
Octal3532072720532510511107111
Binary111010111000011110111010010101110101100010100100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB87BA; }

 p { color: rgb(235,135,186); }

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

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

 a { background-color: rgb(235,135,186); }

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

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

 span { border-color: rgb(235,135,186); }

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