Shades of Persian Rose #ED2AAE
Tints of Persian Rose #ED2AAE
RGB
CMYK
RGB Variations
Color information
#ED2AAE (or 0xED2AAE) is known color: Persian Rose. HEX triplet: ED, 2A and AE. RGB value is (237,42,174). Sum of RGB (Red+Green+Blue) = 237+42+174=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2AAE is #12D551. Grayscale: #737373. Windows color (decimal): -1234258 or 11414253. OLE color: 11414253.
HSL color Cylindrical-coordinate representation of color #ED2AAE: hue angle of 319.38º 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 #ED2AAE is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 174 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.07 |
| HSL | 319.38º | 0.84% | 0.55% | - |
| HSV(B) | 319.38º | 0.82% | 0.93% | - |
| XYZ | 43.39 | 22.72 | 42.14 | - |
| YUV | 115.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 174 | 0 | 0.82 | 0.27 | 0.07 | 319.38 | 0.84 | 0.55 |
| Hex | ED | 2A | AE | 0 | 52 | 1B | 7 | 13F | 54 | 37 |
| Octal | 355 | 52 | 256 | 0 | 122 | 33 | 7 | 477 | 124 | 67 |
| Binary | 11101101 | 101010 | 10101110 | 0 | 1010010 | 11011 | 111 | 100111111 | 1010100 | 110111 |
Color Harmonies of #ED2AAE
Complementary color
Monochromatic Colors of #ED2AAE
Black with #ED2AAE
Text Example
Text Example
White with #ED2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AAE; }
p { color: rgb(237,42,174); }
H1.HeaderClassName
{
color: #ED2AAE;
}
.AnyTagClassName
{
color: #ED2AAE;
}
</style>
background-color css
<style>
a { background-color: #ED2AAE; }
a { background-color: rgb(237,42,174); }
div.DivClassName
{
background-color: #ED2AAE;
}
.BgClassName
{
background-color: #ED2AAE;
}
</style>
border-color css
<style>
span { border-color: #ED2AAE; }
span { border-color: rgb(237,42,174); }
td.TdClassName
{
border-color: #ED2AAE;
}
.TagClassName
{
border-color: #ED2AAE;
}
</style>