Shades of Persian Pink #ED86BD
Tints of Persian Pink #ED86BD
RGB
CMYK
RGB Variations
Color information
#ED86BD (or 0xED86BD) is known color: Persian Pink. HEX triplet: ED, 86 and BD. RGB value is (237,134,189). Sum of RGB (Red+Green+Blue) = 237+134+189=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86BD is #127942. Grayscale: #AAAAAA. Windows color (decimal): -1210691 or 12420845. OLE color: 12420845.
HSL color Cylindrical-coordinate representation of color #ED86BD: hue angle of 327.96º 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 #ED86BD is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 189 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.07 |
| HSL | 327.96º | 0.74% | 0.73% | - |
| HSV(B) | 327.96º | 0.43% | 0.93% | - |
| XYZ | 52.64 | 38.73 | 52.85 | - |
| YUV | 171.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 189 | 0 | 0.43 | 0.20 | 0.07 | 327.96 | 0.74 | 0.73 |
| Hex | ED | 86 | BD | 0 | 2B | 14 | 7 | 148 | 4A | 49 |
| Octal | 355 | 206 | 275 | 0 | 53 | 24 | 7 | 510 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10111101 | 0 | 101011 | 10100 | 111 | 101001000 | 1001010 | 1001001 |
Color Harmonies of #ED86BD
Complementary color
Monochromatic Colors of #ED86BD
Black with #ED86BD
Text Example
Text Example
White with #ED86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86BD; }
p { color: rgb(237,134,189); }
H1.HeaderClassName
{
color: #ED86BD;
}
.AnyTagClassName
{
color: #ED86BD;
}
</style>
background-color css
<style>
a { background-color: #ED86BD; }
a { background-color: rgb(237,134,189); }
div.DivClassName
{
background-color: #ED86BD;
}
.BgClassName
{
background-color: #ED86BD;
}
</style>
border-color css
<style>
span { border-color: #ED86BD; }
span { border-color: rgb(237,134,189); }
td.TdClassName
{
border-color: #ED86BD;
}
.TagClassName
{
border-color: #ED86BD;
}
</style>