Shades of Persian Rose #ED2DA7
Tints of Persian Rose #ED2DA7
RGB
CMYK
RGB Variations
Color information
#ED2DA7 (or 0xED2DA7) is known color: Persian Rose. HEX triplet: ED, 2D and A7. RGB value is (237,45,167). Sum of RGB (Red+Green+Blue) = 237+45+167=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2DA7 is #12D258. Grayscale: #747474. Windows color (decimal): -1233497 or 10956269. OLE color: 10956269.
HSL color Cylindrical-coordinate representation of color #ED2DA7: hue angle of 321.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DA7 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 167 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.07 |
| HSL | 321.88º | 0.84% | 0.55% | - |
| HSV(B) | 321.88º | 0.81% | 0.93% | - |
| XYZ | 42.84 | 22.67 | 38.68 | - |
| YUV | 116.32 | 156.61 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 167 | 0 | 0.81 | 0.30 | 0.07 | 321.88 | 0.84 | 0.55 |
| Hex | ED | 2D | A7 | 0 | 51 | 1E | 7 | 142 | 54 | 37 |
| Octal | 355 | 55 | 247 | 0 | 121 | 36 | 7 | 502 | 124 | 67 |
| Binary | 11101101 | 101101 | 10100111 | 0 | 1010001 | 11110 | 111 | 101000010 | 1010100 | 110111 |
Color Harmonies of #ED2DA7
Complementary color
Monochromatic Colors of #ED2DA7
Black with #ED2DA7
Text Example
Text Example
White with #ED2DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DA7; }
p { color: rgb(237,45,167); }
H1.HeaderClassName
{
color: #ED2DA7;
}
.AnyTagClassName
{
color: #ED2DA7;
}
</style>
background-color css
<style>
a { background-color: #ED2DA7; }
a { background-color: rgb(237,45,167); }
div.DivClassName
{
background-color: #ED2DA7;
}
.BgClassName
{
background-color: #ED2DA7;
}
</style>
border-color css
<style>
span { border-color: #ED2DA7; }
span { border-color: rgb(237,45,167); }
td.TdClassName
{
border-color: #ED2DA7;
}
.TagClassName
{
border-color: #ED2DA7;
}
</style>