#EB87B5

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

Shades of Persian Pink #EB87B5

Tints of Persian Pink #EB87B5

Color information

#EB87B5 (or 0xEB87B5) is unknown color: approx Persian Pink. HEX triplet: EB, 87 and B5. RGB value is (235,135,181). Sum of RGB (Red+Green+Blue) = 235+135+181=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB87B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB87B5 is #14784A. Grayscale: #AAAAAA. Windows color (decimal): -1341515 or 11896811. OLE color: 11896811.

HSL color Cylindrical-coordinate representation of color #EB87B5: hue angle of 332.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 #EB87B5 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235135181-
CMYK00.430.230.08
HSL332.4º71.43%72.55%-
HSV(B)332.4º42.55%92.16%-
XYZ51.2738.3348.41-
YUV170.14134.13174.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 135 (53.12% from 255) = 24.50%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=42.65%
G=24.50%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513518100.430.230.08332.471.4372.55
HexEB87B502B17814c4749
Octal3532072650532710514107111
Binary111010111000011110110101010101110111100010100110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB87B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB87B5; }

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

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

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

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

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

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

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

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