Shades of Persian Rose #ED2295
Tints of Persian Rose #ED2295
RGB
CMYK
RGB Variations
Color information
#ED2295 (or 0xED2295) is known color: Persian Rose. HEX triplet: ED, 22 and 95. RGB value is (237,34,149). Sum of RGB (Red+Green+Blue) = 237+34+149=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2295 is #12DD6A. Grayscale: #6B6B6B. Windows color (decimal): -1236331 or 9773805. OLE color: 9773805.
HSL color Cylindrical-coordinate representation of color #ED2295: hue angle of 326.01º 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 #ED2295 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 149 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 326.01º | 0.85% | 0.53% | - |
| HSV(B) | 326.01º | 0.86% | 0.93% | - |
| XYZ | 40.92 | 21.32 | 30.39 | - |
| YUV | 107.81 | 151.25 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 149 | 0 | 0.86 | 0.37 | 0.07 | 326.01 | 0.85 | 0.53 |
| Hex | ED | 22 | 95 | 0 | 56 | 25 | 7 | 146 | 55 | 35 |
| Octal | 355 | 42 | 225 | 0 | 126 | 45 | 7 | 506 | 125 | 65 |
| Binary | 11101101 | 100010 | 10010101 | 0 | 1010110 | 100101 | 111 | 101000110 | 1010101 | 110101 |
Color Harmonies of #ED2295
Complementary color
Monochromatic Colors of #ED2295
Black with #ED2295
Text Example
Text Example
White with #ED2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2295; }
p { color: rgb(237,34,149); }
H1.HeaderClassName
{
color: #ED2295;
}
.AnyTagClassName
{
color: #ED2295;
}
</style>
background-color css
<style>
a { background-color: #ED2295; }
a { background-color: rgb(237,34,149); }
div.DivClassName
{
background-color: #ED2295;
}
.BgClassName
{
background-color: #ED2295;
}
</style>
border-color css
<style>
span { border-color: #ED2295; }
span { border-color: rgb(237,34,149); }
td.TdClassName
{
border-color: #ED2295;
}
.TagClassName
{
border-color: #ED2295;
}
</style>