Shades of Persian Rose #ED1F9D
Tints of Persian Rose #ED1F9D
RGB
CMYK
RGB Variations
Color information
#ED1F9D (or 0xED1F9D) is known color: Persian Rose. HEX triplet: ED, 1F and 9D. RGB value is (237,31,157). Sum of RGB (Red+Green+Blue) = 237+31+157=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1F9D is #12E062. Grayscale: #6A6A6A. Windows color (decimal): -1237091 or 10297325. OLE color: 10297325.
HSL color Cylindrical-coordinate representation of color #ED1F9D: hue angle of 323.3º 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 #ED1F9D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 157 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.07 |
| HSL | 323.3º | 0.85% | 0.53% | - |
| HSV(B) | 323.3º | 0.87% | 0.93% | - |
| XYZ | 41.5 | 21.42 | 33.85 | - |
| YUV | 106.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 157 | 0 | 0.87 | 0.34 | 0.07 | 323.3 | 0.85 | 0.53 |
| Hex | ED | 1F | 9D | 0 | 57 | 22 | 7 | 143 | 55 | 35 |
| Octal | 355 | 37 | 235 | 0 | 127 | 42 | 7 | 503 | 125 | 65 |
| Binary | 11101101 | 11111 | 10011101 | 0 | 1010111 | 100010 | 111 | 101000011 | 1010101 | 110101 |
Color Harmonies of #ED1F9D
Complementary color
Monochromatic Colors of #ED1F9D
Black with #ED1F9D
Text Example
Text Example
White with #ED1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F9D; }
p { color: rgb(237,31,157); }
H1.HeaderClassName
{
color: #ED1F9D;
}
.AnyTagClassName
{
color: #ED1F9D;
}
</style>
background-color css
<style>
a { background-color: #ED1F9D; }
a { background-color: rgb(237,31,157); }
div.DivClassName
{
background-color: #ED1F9D;
}
.BgClassName
{
background-color: #ED1F9D;
}
</style>
border-color css
<style>
span { border-color: #ED1F9D; }
span { border-color: rgb(237,31,157); }
td.TdClassName
{
border-color: #ED1F9D;
}
.TagClassName
{
border-color: #ED1F9D;
}
</style>