Shades of Persian Rose #ED219F
Tints of Persian Rose #ED219F
RGB
CMYK
RGB Variations
Color information
#ED219F (or 0xED219F) is known color: Persian Rose. HEX triplet: ED, 21 and 9F. RGB value is (237,33,159). Sum of RGB (Red+Green+Blue) = 237+33+159=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED219F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED219F is #12DE60. Grayscale: #6C6C6C. Windows color (decimal): -1236577 or 10428909. OLE color: 10428909.
HSL color Cylindrical-coordinate representation of color #ED219F: hue angle of 322.94º 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 #ED219F is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 159 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.07 |
| HSL | 322.94º | 0.85% | 0.53% | - |
| HSV(B) | 322.94º | 0.86% | 0.93% | - |
| XYZ | 41.73 | 21.6 | 34.77 | - |
| YUV | 108.36 | 156.59 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 159 | 0 | 0.86 | 0.33 | 0.07 | 322.94 | 0.85 | 0.53 |
| Hex | ED | 21 | 9F | 0 | 56 | 21 | 7 | 143 | 55 | 35 |
| Octal | 355 | 41 | 237 | 0 | 126 | 41 | 7 | 503 | 125 | 65 |
| Binary | 11101101 | 100001 | 10011111 | 0 | 1010110 | 100001 | 111 | 101000011 | 1010101 | 110101 |
Color Harmonies of #ED219F
Complementary color
Monochromatic Colors of #ED219F
Black with #ED219F
Text Example
Text Example
White with #ED219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED219F; }
p { color: rgb(237,33,159); }
H1.HeaderClassName
{
color: #ED219F;
}
.AnyTagClassName
{
color: #ED219F;
}
</style>
background-color css
<style>
a { background-color: #ED219F; }
a { background-color: rgb(237,33,159); }
div.DivClassName
{
background-color: #ED219F;
}
.BgClassName
{
background-color: #ED219F;
}
</style>
border-color css
<style>
span { border-color: #ED219F; }
span { border-color: rgb(237,33,159); }
td.TdClassName
{
border-color: #ED219F;
}
.TagClassName
{
border-color: #ED219F;
}
</style>