Shades of Persian Pink #ED86B8
Tints of Persian Pink #ED86B8
RGB
CMYK
RGB Variations
Color information
#ED86B8 (or 0xED86B8) is known color: Persian Pink. HEX triplet: ED, 86 and B8. RGB value is (237,134,184). Sum of RGB (Red+Green+Blue) = 237+134+184=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86B8 is #127947. Grayscale: #AAAAAA. Windows color (decimal): -1210696 or 12093165. OLE color: 12093165.
HSL color Cylindrical-coordinate representation of color #ED86B8: hue angle of 330.87º 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 #ED86B8 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 184 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.07 |
| HSL | 330.87º | 0.74% | 0.73% | - |
| HSV(B) | 330.87º | 0.43% | 0.93% | - |
| XYZ | 52.1 | 38.52 | 50.04 | - |
| YUV | 170.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 184 | 0 | 0.43 | 0.22 | 0.07 | 330.87 | 0.74 | 0.73 |
| Hex | ED | 86 | B8 | 0 | 2B | 16 | 7 | 14B | 4A | 49 |
| Octal | 355 | 206 | 270 | 0 | 53 | 26 | 7 | 513 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10111000 | 0 | 101011 | 10110 | 111 | 101001011 | 1001010 | 1001001 |
Color Harmonies of #ED86B8
Complementary color
Monochromatic Colors of #ED86B8
Black with #ED86B8
Text Example
Text Example
White with #ED86B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86B8; }
p { color: rgb(237,134,184); }
H1.HeaderClassName
{
color: #ED86B8;
}
.AnyTagClassName
{
color: #ED86B8;
}
</style>
background-color css
<style>
a { background-color: #ED86B8; }
a { background-color: rgb(237,134,184); }
div.DivClassName
{
background-color: #ED86B8;
}
.BgClassName
{
background-color: #ED86B8;
}
</style>
border-color css
<style>
span { border-color: #ED86B8; }
span { border-color: rgb(237,134,184); }
td.TdClassName
{
border-color: #ED86B8;
}
.TagClassName
{
border-color: #ED86B8;
}
</style>