Shades of Persian Rose #ED1C9E
Tints of Persian Rose #ED1C9E
RGB
CMYK
RGB Variations
Color information
#ED1C9E (or 0xED1C9E) is known color: Persian Rose. HEX triplet: ED, 1C and 9E. RGB value is (237,28,158). Sum of RGB (Red+Green+Blue) = 237+28+158=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1C9E is #12E361. Grayscale: #686868. Windows color (decimal): -1237858 or 10362093. OLE color: 10362093.
HSL color Cylindrical-coordinate representation of color #ED1C9E: hue angle of 322.68º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1C9E is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 28 | 158 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.07 |
| HSL | 322.68º | 0.85% | 0.52% | - |
| HSV(B) | 322.68º | 0.88% | 0.93% | - |
| XYZ | 41.51 | 21.3 | 34.27 | - |
| YUV | 105.31 | 157.74 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 158 | 0 | 0.88 | 0.33 | 0.07 | 322.68 | 0.85 | 0.52 |
| Hex | ED | 1C | 9E | 0 | 58 | 21 | 7 | 143 | 55 | 34 |
| Octal | 355 | 34 | 236 | 0 | 130 | 41 | 7 | 503 | 125 | 64 |
| Binary | 11101101 | 11100 | 10011110 | 0 | 1011000 | 100001 | 111 | 101000011 | 1010101 | 110100 |
Color Harmonies of #ED1C9E
Complementary color
Monochromatic Colors of #ED1C9E
Black with #ED1C9E
Text Example
Text Example
White with #ED1C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1C9E; }
p { color: rgb(237,28,158); }
H1.HeaderClassName
{
color: #ED1C9E;
}
.AnyTagClassName
{
color: #ED1C9E;
}
</style>
background-color css
<style>
a { background-color: #ED1C9E; }
a { background-color: rgb(237,28,158); }
div.DivClassName
{
background-color: #ED1C9E;
}
.BgClassName
{
background-color: #ED1C9E;
}
</style>
border-color css
<style>
span { border-color: #ED1C9E; }
span { border-color: rgb(237,28,158); }
td.TdClassName
{
border-color: #ED1C9E;
}
.TagClassName
{
border-color: #ED1C9E;
}
</style>