Shades of Persian Rose #ED2097
Tints of Persian Rose #ED2097
RGB
CMYK
RGB Variations
Color information
#ED2097 (or 0xED2097) is known color: Persian Rose. HEX triplet: ED, 20 and 97. RGB value is (237,32,151). Sum of RGB (Red+Green+Blue) = 237+32+151=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2097 is #12DF68. Grayscale: #6A6A6A. Windows color (decimal): -1236841 or 9904365. OLE color: 9904365.
HSL color Cylindrical-coordinate representation of color #ED2097: hue angle of 325.17º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2097 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 151 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.07 |
| HSL | 325.17º | 0.85% | 0.53% | - |
| HSV(B) | 325.17º | 0.86% | 0.93% | - |
| XYZ | 41.03 | 21.27 | 31.22 | - |
| YUV | 106.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 151 | 0 | 0.86 | 0.36 | 0.07 | 325.17 | 0.85 | 0.53 |
| Hex | ED | 20 | 97 | 0 | 56 | 24 | 7 | 145 | 55 | 35 |
| Octal | 355 | 40 | 227 | 0 | 126 | 44 | 7 | 505 | 125 | 65 |
| Binary | 11101101 | 100000 | 10010111 | 0 | 1010110 | 100100 | 111 | 101000101 | 1010101 | 110101 |
Color Harmonies of #ED2097
Complementary color
Monochromatic Colors of #ED2097
Black with #ED2097
Text Example
Text Example
White with #ED2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2097; }
p { color: rgb(237,32,151); }
H1.HeaderClassName
{
color: #ED2097;
}
.AnyTagClassName
{
color: #ED2097;
}
</style>
background-color css
<style>
a { background-color: #ED2097; }
a { background-color: rgb(237,32,151); }
div.DivClassName
{
background-color: #ED2097;
}
.BgClassName
{
background-color: #ED2097;
}
</style>
border-color css
<style>
span { border-color: #ED2097; }
span { border-color: rgb(237,32,151); }
td.TdClassName
{
border-color: #ED2097;
}
.TagClassName
{
border-color: #ED2097;
}
</style>