#ED85BD

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

Shades of Persian Pink #ED85BD

Tints of Persian Pink #ED85BD

Color information

#ED85BD (or 0xED85BD) is unknown color: approx Persian Pink. HEX triplet: ED, 85 and BD. RGB value is (237,133,189). Sum of RGB (Red+Green+Blue) = 237+133+189=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85BD is #127A42. Grayscale: #AAAAAA. Windows color (decimal): -1210947 or 12420589. OLE color: 12420589.

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

Color convert

RGB237133189-
CMYK00.440.200.07
HSL327.69º74.29%72.55%-
HSV(B)327.69º43.88%92.94%-
XYZ52.538.4552.8-
YUV170.48138.46175.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=42.40%
G=23.79%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713318900.440.200.07327.6974.2972.55
HexED85BD02C1471484a49
Octal355205275054247510112111
Binary11101101100001011011110101011001010011110100100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED85BD; }

 p { color: rgb(237,133,189); }

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

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

 a { background-color: rgb(237,133,189); }

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

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

 span { border-color: rgb(237,133,189); }

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