Shades of Persian Rose #ED1F9F
Tints of Persian Rose #ED1F9F
RGB
CMYK
RGB Variations
Color information
#ED1F9F (or 0xED1F9F) is known color: Persian Rose. HEX triplet: ED, 1F and 9F. RGB value is (237,31,159). Sum of RGB (Red+Green+Blue) = 237+31+159=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1F9F is #12E060. Grayscale: #6A6A6A. Windows color (decimal): -1237089 or 10428397. OLE color: 10428397.
HSL color Cylindrical-coordinate representation of color #ED1F9F: hue angle of 322.72º 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 #ED1F9F is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 159 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.07 |
| HSL | 322.72º | 0.85% | 0.53% | - |
| HSV(B) | 322.72º | 0.87% | 0.93% | - |
| XYZ | 41.67 | 21.49 | 34.75 | - |
| YUV | 107.19 | 157.25 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 159 | 0 | 0.87 | 0.33 | 0.07 | 322.72 | 0.85 | 0.53 |
| Hex | ED | 1F | 9F | 0 | 57 | 21 | 7 | 143 | 55 | 35 |
| Octal | 355 | 37 | 237 | 0 | 127 | 41 | 7 | 503 | 125 | 65 |
| Binary | 11101101 | 11111 | 10011111 | 0 | 1010111 | 100001 | 111 | 101000011 | 1010101 | 110101 |
Color Harmonies of #ED1F9F
Complementary color
Monochromatic Colors of #ED1F9F
Black with #ED1F9F
Text Example
Text Example
White with #ED1F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F9F; }
p { color: rgb(237,31,159); }
H1.HeaderClassName
{
color: #ED1F9F;
}
.AnyTagClassName
{
color: #ED1F9F;
}
</style>
background-color css
<style>
a { background-color: #ED1F9F; }
a { background-color: rgb(237,31,159); }
div.DivClassName
{
background-color: #ED1F9F;
}
.BgClassName
{
background-color: #ED1F9F;
}
</style>
border-color css
<style>
span { border-color: #ED1F9F; }
span { border-color: rgb(237,31,159); }
td.TdClassName
{
border-color: #ED1F9F;
}
.TagClassName
{
border-color: #ED1F9F;
}
</style>