Shades of Persian Rose #ED1E9E
Tints of Persian Rose #ED1E9E
RGB
CMYK
RGB Variations
Color information
#ED1E9E (or 0xED1E9E) is known color: Persian Rose. HEX triplet: ED, 1E and 9E. RGB value is (237,30,158). Sum of RGB (Red+Green+Blue) = 237+30+158=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1E9E is #12E161. Grayscale: #6A6A6A. Windows color (decimal): -1237346 or 10362605. OLE color: 10362605.
HSL color Cylindrical-coordinate representation of color #ED1E9E: hue angle of 322.9º 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 #ED1E9E is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 30 | 158 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.07 |
| HSL | 322.9º | 0.85% | 0.52% | - |
| HSV(B) | 322.9º | 0.87% | 0.93% | - |
| XYZ | 41.56 | 21.4 | 34.29 | - |
| YUV | 106.49 | 157.08 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 158 | 0 | 0.87 | 0.33 | 0.07 | 322.9 | 0.85 | 0.52 |
| Hex | ED | 1E | 9E | 0 | 57 | 21 | 7 | 143 | 55 | 34 |
| Octal | 355 | 36 | 236 | 0 | 127 | 41 | 7 | 503 | 125 | 64 |
| Binary | 11101101 | 11110 | 10011110 | 0 | 1010111 | 100001 | 111 | 101000011 | 1010101 | 110100 |
Color Harmonies of #ED1E9E
Complementary color
Monochromatic Colors of #ED1E9E
Black with #ED1E9E
Text Example
Text Example
White with #ED1E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1E9E; }
p { color: rgb(237,30,158); }
H1.HeaderClassName
{
color: #ED1E9E;
}
.AnyTagClassName
{
color: #ED1E9E;
}
</style>
background-color css
<style>
a { background-color: #ED1E9E; }
a { background-color: rgb(237,30,158); }
div.DivClassName
{
background-color: #ED1E9E;
}
.BgClassName
{
background-color: #ED1E9E;
}
</style>
border-color css
<style>
span { border-color: #ED1E9E; }
span { border-color: rgb(237,30,158); }
td.TdClassName
{
border-color: #ED1E9E;
}
.TagClassName
{
border-color: #ED1E9E;
}
</style>