#ed87b5

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

Shades of Persian Pink #ED87B5

Tints of Persian Pink #ED87B5

Color information

#ED87B5 (or 0xED87B5) is unknown color: approx Persian Pink. HEX triplet: ED, 87 and B5. RGB value is (237,135,181). Sum of RGB (Red+Green+Blue) = 237+135+181=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87B5 is #12784A. Grayscale: #AAAAAA. Windows color (decimal): -1210443 or 11896813. OLE color: 11896813.

HSL color Cylindrical-coordinate representation of color #ED87B5: hue angle of 332.94º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED87B5 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237135181-
CMYK00.430.240.07
HSL332.94º73.91%72.94%-
HSV(B)332.94º43.04%92.94%-
XYZ51.9338.6748.44-
YUV170.74133.79175.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 181 (71.09% from 255) = 32.73%
R=42.86%
G=24.41%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713518100.430.240.07332.9473.9172.94
HexED87B502B18714d4a49
Octal355207265053307515112111
Binary11101101100001111011010101010111100011110100110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed87b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed87b5; }

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

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

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

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

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

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

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

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