Shades of Persian Rose #ED2897
Tints of Persian Rose #ED2897
RGB
CMYK
RGB Variations
Color information
#ED2897 (or 0xED2897) is known color: Persian Rose. HEX triplet: ED, 28 and 97. RGB value is (237,40,151). Sum of RGB (Red+Green+Blue) = 237+40+151=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2897 is #12D768. Grayscale: #6F6F6F. Windows color (decimal): -1234793 or 9906413. OLE color: 9906413.
HSL color Cylindrical-coordinate representation of color #ED2897: hue angle of 326.19º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2897 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 151 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.07 |
| HSL | 326.19º | 0.85% | 0.54% | - |
| HSV(B) | 326.19º | 0.83% | 0.93% | - |
| XYZ | 41.27 | 21.76 | 31.3 | - |
| YUV | 111.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 151 | 0 | 0.83 | 0.36 | 0.07 | 326.19 | 0.85 | 0.54 |
| Hex | ED | 28 | 97 | 0 | 53 | 24 | 7 | 146 | 55 | 36 |
| Octal | 355 | 50 | 227 | 0 | 123 | 44 | 7 | 506 | 125 | 66 |
| Binary | 11101101 | 101000 | 10010111 | 0 | 1010011 | 100100 | 111 | 101000110 | 1010101 | 110110 |
Color Harmonies of #ED2897
Complementary color
Monochromatic Colors of #ED2897
Black with #ED2897
Text Example
Text Example
White with #ED2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2897; }
p { color: rgb(237,40,151); }
H1.HeaderClassName
{
color: #ED2897;
}
.AnyTagClassName
{
color: #ED2897;
}
</style>
background-color css
<style>
a { background-color: #ED2897; }
a { background-color: rgb(237,40,151); }
div.DivClassName
{
background-color: #ED2897;
}
.BgClassName
{
background-color: #ED2897;
}
</style>
border-color css
<style>
span { border-color: #ED2897; }
span { border-color: rgb(237,40,151); }
td.TdClassName
{
border-color: #ED2897;
}
.TagClassName
{
border-color: #ED2897;
}
</style>