Shades of Persian Pink #ED86B4
Tints of Persian Pink #ED86B4
RGB
CMYK
RGB Variations
Color information
#ED86B4 (or 0xED86B4) is known color: Persian Pink. HEX triplet: ED, 86 and B4. RGB value is (237,134,180). Sum of RGB (Red+Green+Blue) = 237+134+180=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86B4 is #12794B. Grayscale: #A9A9A9. Windows color (decimal): -1210700 or 11831021. OLE color: 11831021.
HSL color Cylindrical-coordinate representation of color #ED86B4: hue angle of 333.2º 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 #ED86B4 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 180 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.07 |
| HSL | 333.2º | 0.74% | 0.73% | - |
| HSV(B) | 333.2º | 0.43% | 0.93% | - |
| XYZ | 51.69 | 38.35 | 47.86 | - |
| YUV | 170.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 180 | 0 | 0.43 | 0.24 | 0.07 | 333.2 | 0.74 | 0.73 |
| Hex | ED | 86 | B4 | 0 | 2B | 18 | 7 | 14D | 4A | 49 |
| Octal | 355 | 206 | 264 | 0 | 53 | 30 | 7 | 515 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10110100 | 0 | 101011 | 11000 | 111 | 101001101 | 1001010 | 1001001 |
Color Harmonies of #ED86B4
Complementary color
Monochromatic Colors of #ED86B4
Black with #ED86B4
Text Example
Text Example
White with #ED86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86B4; }
p { color: rgb(237,134,180); }
H1.HeaderClassName
{
color: #ED86B4;
}
.AnyTagClassName
{
color: #ED86B4;
}
</style>
background-color css
<style>
a { background-color: #ED86B4; }
a { background-color: rgb(237,134,180); }
div.DivClassName
{
background-color: #ED86B4;
}
.BgClassName
{
background-color: #ED86B4;
}
</style>
border-color css
<style>
span { border-color: #ED86B4; }
span { border-color: rgb(237,134,180); }
td.TdClassName
{
border-color: #ED86B4;
}
.TagClassName
{
border-color: #ED86B4;
}
</style>