Shades of Persian Pink #ED84B0
Tints of Persian Pink #ED84B0
RGB
CMYK
RGB Variations
Color information
#ED84B0 (or 0xED84B0) is known color: Persian Pink. HEX triplet: ED, 84 and B0. RGB value is (237,132,176). Sum of RGB (Red+Green+Blue) = 237+132+176=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED84B0 is #127B4F. Grayscale: #A8A8A8. Windows color (decimal): -1211216 or 11568365. OLE color: 11568365.
HSL color Cylindrical-coordinate representation of color #ED84B0: hue angle of 334.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84B0 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 176 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.07 |
| HSL | 334.86º | 0.74% | 0.72% | - |
| HSV(B) | 334.86º | 0.44% | 0.93% | - |
| XYZ | 51.01 | 37.64 | 45.65 | - |
| YUV | 168.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 176 | 0 | 0.44 | 0.26 | 0.07 | 334.86 | 0.74 | 0.72 |
| Hex | ED | 84 | B0 | 0 | 2C | 1A | 7 | 14F | 4A | 48 |
| Octal | 355 | 204 | 260 | 0 | 54 | 32 | 7 | 517 | 112 | 110 |
| Binary | 11101101 | 10000100 | 10110000 | 0 | 101100 | 11010 | 111 | 101001111 | 1001010 | 1001000 |
Color Harmonies of #ED84B0
Complementary color
Monochromatic Colors of #ED84B0
Black with #ED84B0
Text Example
Text Example
White with #ED84B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84B0; }
p { color: rgb(237,132,176); }
H1.HeaderClassName
{
color: #ED84B0;
}
.AnyTagClassName
{
color: #ED84B0;
}
</style>
background-color css
<style>
a { background-color: #ED84B0; }
a { background-color: rgb(237,132,176); }
div.DivClassName
{
background-color: #ED84B0;
}
.BgClassName
{
background-color: #ED84B0;
}
</style>
border-color css
<style>
span { border-color: #ED84B0; }
span { border-color: rgb(237,132,176); }
td.TdClassName
{
border-color: #ED84B0;
}
.TagClassName
{
border-color: #ED84B0;
}
</style>