Shades of Persian Rose #ED2AAA
Tints of Persian Rose #ED2AAA
RGB
CMYK
RGB Variations
Color information
#ED2AAA (or 0xED2AAA) is known color: Persian Rose. HEX triplet: ED, 2A and AA. RGB value is (237,42,170). Sum of RGB (Red+Green+Blue) = 237+42+170=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2AAA is #12D555. Grayscale: #727272. Windows color (decimal): -1234262 or 11152109. OLE color: 11152109.
HSL color Cylindrical-coordinate representation of color #ED2AAA: hue angle of 320.62º 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 #ED2AAA is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 170 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.07 |
| HSL | 320.62º | 0.84% | 0.55% | - |
| HSV(B) | 320.62º | 0.82% | 0.93% | - |
| XYZ | 43.01 | 22.56 | 40.12 | - |
| YUV | 114.9 | 159.1 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 170 | 0 | 0.82 | 0.28 | 0.07 | 320.62 | 0.84 | 0.55 |
| Hex | ED | 2A | AA | 0 | 52 | 1C | 7 | 141 | 54 | 37 |
| Octal | 355 | 52 | 252 | 0 | 122 | 34 | 7 | 501 | 124 | 67 |
| Binary | 11101101 | 101010 | 10101010 | 0 | 1010010 | 11100 | 111 | 101000001 | 1010100 | 110111 |
Color Harmonies of #ED2AAA
Complementary color
Monochromatic Colors of #ED2AAA
Black with #ED2AAA
Text Example
Text Example
White with #ED2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AAA; }
p { color: rgb(237,42,170); }
H1.HeaderClassName
{
color: #ED2AAA;
}
.AnyTagClassName
{
color: #ED2AAA;
}
</style>
background-color css
<style>
a { background-color: #ED2AAA; }
a { background-color: rgb(237,42,170); }
div.DivClassName
{
background-color: #ED2AAA;
}
.BgClassName
{
background-color: #ED2AAA;
}
</style>
border-color css
<style>
span { border-color: #ED2AAA; }
span { border-color: rgb(237,42,170); }
td.TdClassName
{
border-color: #ED2AAA;
}
.TagClassName
{
border-color: #ED2AAA;
}
</style>