Shades of Persian Pink #ED85BD
Tints of Persian Pink #ED85BD
RGB
CMYK
RGB Variations
Color information
#ED85BD (or 0xED85BD) is known color: 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
| RGB | 237 | 133 | 189 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.07 |
| HSL | 327.69º | 0.74% | 0.73% | - |
| HSV(B) | 327.69º | 0.44% | 0.93% | - |
| XYZ | 52.5 | 38.45 | 52.8 | - |
| YUV | 170.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 189 | 0 | 0.44 | 0.20 | 0.07 | 327.69 | 0.74 | 0.73 |
| Hex | ED | 85 | BD | 0 | 2C | 14 | 7 | 148 | 4A | 49 |
| Octal | 355 | 205 | 275 | 0 | 54 | 24 | 7 | 510 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10111101 | 0 | 101100 | 10100 | 111 | 101001000 | 1001010 | 1001001 |
Color Harmonies of #ED85BD
Complementary color
Monochromatic Colors of #ED85BD
Black with #ED85BD
Text Example
Text Example
White with #ED85BD
Text Example
Text Example
HTML Codes & Css Web 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>