#ED87B3

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

Shades of Persian Pink #ED87B3

Tints of Persian Pink #ED87B3

Color information

#ED87B3 (or 0xED87B3) is unknown color: approx Persian Pink. HEX triplet: ED, 87 and B3. RGB value is (237,135,179). Sum of RGB (Red+Green+Blue) = 237+135+179=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87B3 is #12784C. Grayscale: #AAAAAA. Windows color (decimal): -1210445 or 11765741. OLE color: 11765741.

HSL color Cylindrical-coordinate representation of color #ED87B3: hue angle of 334.12º 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 #ED87B3 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237135179-
CMYK00.430.240.07
HSL334.12º73.91%72.94%-
HSV(B)334.12º43.04%92.94%-
XYZ51.7338.5947.37-
YUV170.51132.79175.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 135 (53.12% from 255) = 24.50%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=43.01%
G=24.50%
B=32.49%

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
Decimal23713517900.430.240.07334.1273.9172.94
HexED87B302B18714e4a49
Octal355207263053307516112111
Binary11101101100001111011001101010111100011110100111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED87B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED87B3; }

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

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

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

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

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

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

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

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