Shades of Persian Rose #ED2198
Tints of Persian Rose #ED2198
RGB
CMYK
RGB Variations
Color information
#ED2198 (or 0xED2198) is known color: Persian Rose. HEX triplet: ED, 21 and 98. RGB value is (237,33,152). Sum of RGB (Red+Green+Blue) = 237+33+152=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2198 is #12DE67. Grayscale: #6B6B6B. Windows color (decimal): -1236584 or 9970157. OLE color: 9970157.
HSL color Cylindrical-coordinate representation of color #ED2198: hue angle of 325º 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 #ED2198 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 152 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.07 |
| HSL | 325º | 0.85% | 0.53% | - |
| HSV(B) | 325º | 0.86% | 0.93% | - |
| XYZ | 41.14 | 21.36 | 31.66 | - |
| YUV | 107.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 152 | 0 | 0.86 | 0.36 | 0.07 | 325 | 0.85 | 0.53 |
| Hex | ED | 21 | 98 | 0 | 56 | 24 | 7 | 145 | 55 | 35 |
| Octal | 355 | 41 | 230 | 0 | 126 | 44 | 7 | 505 | 125 | 65 |
| Binary | 11101101 | 100001 | 10011000 | 0 | 1010110 | 100100 | 111 | 101000101 | 1010101 | 110101 |
Color Harmonies of #ED2198
Complementary color
Monochromatic Colors of #ED2198
Black with #ED2198
Text Example
Text Example
White with #ED2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2198; }
p { color: rgb(237,33,152); }
H1.HeaderClassName
{
color: #ED2198;
}
.AnyTagClassName
{
color: #ED2198;
}
</style>
background-color css
<style>
a { background-color: #ED2198; }
a { background-color: rgb(237,33,152); }
div.DivClassName
{
background-color: #ED2198;
}
.BgClassName
{
background-color: #ED2198;
}
</style>
border-color css
<style>
span { border-color: #ED2198; }
span { border-color: rgb(237,33,152); }
td.TdClassName
{
border-color: #ED2198;
}
.TagClassName
{
border-color: #ED2198;
}
</style>