Shades of Persian Rose #ED1F99
Tints of Persian Rose #ED1F99
RGB
CMYK
RGB Variations
Color information
#ED1F99 (or 0xED1F99) is known color: Persian Rose. HEX triplet: ED, 1F and 99. RGB value is (237,31,153). Sum of RGB (Red+Green+Blue) = 237+31+153=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1F99 is #12E066. Grayscale: #6A6A6A. Windows color (decimal): -1237095 or 10035181. OLE color: 10035181.
HSL color Cylindrical-coordinate representation of color #ED1F99: hue angle of 324.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F99 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 153 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.07 |
| HSL | 324.47º | 0.85% | 0.53% | - |
| HSV(B) | 324.47º | 0.87% | 0.93% | - |
| XYZ | 41.16 | 21.28 | 32.08 | - |
| YUV | 106.5 | 154.25 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 153 | 0 | 0.87 | 0.35 | 0.07 | 324.47 | 0.85 | 0.53 |
| Hex | ED | 1F | 99 | 0 | 57 | 23 | 7 | 144 | 55 | 35 |
| Octal | 355 | 37 | 231 | 0 | 127 | 43 | 7 | 504 | 125 | 65 |
| Binary | 11101101 | 11111 | 10011001 | 0 | 1010111 | 100011 | 111 | 101000100 | 1010101 | 110101 |
Color Harmonies of #ED1F99
Complementary color
Monochromatic Colors of #ED1F99
Black with #ED1F99
Text Example
Text Example
White with #ED1F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F99; }
p { color: rgb(237,31,153); }
H1.HeaderClassName
{
color: #ED1F99;
}
.AnyTagClassName
{
color: #ED1F99;
}
</style>
background-color css
<style>
a { background-color: #ED1F99; }
a { background-color: rgb(237,31,153); }
div.DivClassName
{
background-color: #ED1F99;
}
.BgClassName
{
background-color: #ED1F99;
}
</style>
border-color css
<style>
span { border-color: #ED1F99; }
span { border-color: rgb(237,31,153); }
td.TdClassName
{
border-color: #ED1F99;
}
.TagClassName
{
border-color: #ED1F99;
}
</style>