Shades of Persian Rose #ED2AAD
Tints of Persian Rose #ED2AAD
RGB
CMYK
RGB Variations
Color information
#ED2AAD (or 0xED2AAD) is known color: Persian Rose. HEX triplet: ED, 2A and AD. RGB value is (237,42,173). Sum of RGB (Red+Green+Blue) = 237+42+173=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2AAD is #12D552. Grayscale: #727272. Windows color (decimal): -1234259 or 11348717. OLE color: 11348717.
HSL color Cylindrical-coordinate representation of color #ED2AAD: hue angle of 319.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2AAD is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 173 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.07 |
| HSL | 319.69º | 0.84% | 0.55% | - |
| HSV(B) | 319.69º | 0.82% | 0.93% | - |
| XYZ | 43.3 | 22.68 | 41.63 | - |
| YUV | 115.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 173 | 0 | 0.82 | 0.27 | 0.07 | 319.69 | 0.84 | 0.55 |
| Hex | ED | 2A | AD | 0 | 52 | 1B | 7 | 140 | 54 | 37 |
| Octal | 355 | 52 | 255 | 0 | 122 | 33 | 7 | 500 | 124 | 67 |
| Binary | 11101101 | 101010 | 10101101 | 0 | 1010010 | 11011 | 111 | 101000000 | 1010100 | 110111 |
Color Harmonies of #ED2AAD
Complementary color
Monochromatic Colors of #ED2AAD
Black with #ED2AAD
Text Example
Text Example
White with #ED2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AAD; }
p { color: rgb(237,42,173); }
H1.HeaderClassName
{
color: #ED2AAD;
}
.AnyTagClassName
{
color: #ED2AAD;
}
</style>
background-color css
<style>
a { background-color: #ED2AAD; }
a { background-color: rgb(237,42,173); }
div.DivClassName
{
background-color: #ED2AAD;
}
.BgClassName
{
background-color: #ED2AAD;
}
</style>
border-color css
<style>
span { border-color: #ED2AAD; }
span { border-color: rgb(237,42,173); }
td.TdClassName
{
border-color: #ED2AAD;
}
.TagClassName
{
border-color: #ED2AAD;
}
</style>