Shades of Persian Rose #ED1E9D
Tints of Persian Rose #ED1E9D
RGB
CMYK
RGB Variations
Color information
#ED1E9D (or 0xED1E9D) is known color: Persian Rose. HEX triplet: ED, 1E and 9D. RGB value is (237,30,157). Sum of RGB (Red+Green+Blue) = 237+30+157=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1E9D is #12E162. Grayscale: #6A6A6A. Windows color (decimal): -1237347 or 10297069. OLE color: 10297069.
HSL color Cylindrical-coordinate representation of color #ED1E9D: hue angle of 323.19º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1E9D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 157 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.07 |
| HSL | 323.19º | 0.85% | 0.52% | - |
| HSV(B) | 323.19º | 0.87% | 0.93% | - |
| XYZ | 41.48 | 21.37 | 33.84 | - |
| YUV | 106.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 157 | 0 | 0.87 | 0.34 | 0.07 | 323.19 | 0.85 | 0.52 |
| Hex | ED | 1E | 9D | 0 | 57 | 22 | 7 | 143 | 55 | 34 |
| Octal | 355 | 36 | 235 | 0 | 127 | 42 | 7 | 503 | 125 | 64 |
| Binary | 11101101 | 11110 | 10011101 | 0 | 1010111 | 100010 | 111 | 101000011 | 1010101 | 110100 |
Color Harmonies of #ED1E9D
Complementary color
Monochromatic Colors of #ED1E9D
Black with #ED1E9D
Text Example
Text Example
White with #ED1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E9D; }
p { color: rgb(237,30,157); }
H1.HeaderClassName
{
color: #ED1E9D;
}
.AnyTagClassName
{
color: #ED1E9D;
}
</style>
background-color css
<style>
a { background-color: #ED1E9D; }
a { background-color: rgb(237,30,157); }
div.DivClassName
{
background-color: #ED1E9D;
}
.BgClassName
{
background-color: #ED1E9D;
}
</style>
border-color css
<style>
span { border-color: #ED1E9D; }
span { border-color: rgb(237,30,157); }
td.TdClassName
{
border-color: #ED1E9D;
}
.TagClassName
{
border-color: #ED1E9D;
}
</style>