Shades of Persian Pink #ED85BA
Tints of Persian Pink #ED85BA
RGB
CMYK
RGB Variations
Color information
#ED85BA (or 0xED85BA) is known color: Persian Pink. HEX triplet: ED, 85 and BA. RGB value is (237,133,186). Sum of RGB (Red+Green+Blue) = 237+133+186=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85BA is #127A45. Grayscale: #AAAAAA. Windows color (decimal): -1210950 or 12223981. OLE color: 12223981.
HSL color Cylindrical-coordinate representation of color #ED85BA: hue angle of 329.42º 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 #ED85BA is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 186 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.07 |
| HSL | 329.42º | 0.74% | 0.73% | - |
| HSV(B) | 329.42º | 0.44% | 0.93% | - |
| XYZ | 52.18 | 38.32 | 51.1 | - |
| YUV | 170.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 186 | 0 | 0.44 | 0.22 | 0.07 | 329.42 | 0.74 | 0.73 |
| Hex | ED | 85 | BA | 0 | 2C | 16 | 7 | 149 | 4A | 49 |
| Octal | 355 | 205 | 272 | 0 | 54 | 26 | 7 | 511 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10111010 | 0 | 101100 | 10110 | 111 | 101001001 | 1001010 | 1001001 |
Color Harmonies of #ED85BA
Complementary color
Monochromatic Colors of #ED85BA
Black with #ED85BA
Text Example
Text Example
White with #ED85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85BA; }
p { color: rgb(237,133,186); }
H1.HeaderClassName
{
color: #ED85BA;
}
.AnyTagClassName
{
color: #ED85BA;
}
</style>
background-color css
<style>
a { background-color: #ED85BA; }
a { background-color: rgb(237,133,186); }
div.DivClassName
{
background-color: #ED85BA;
}
.BgClassName
{
background-color: #ED85BA;
}
</style>
border-color css
<style>
span { border-color: #ED85BA; }
span { border-color: rgb(237,133,186); }
td.TdClassName
{
border-color: #ED85BA;
}
.TagClassName
{
border-color: #ED85BA;
}
</style>