Shades of Persian Rose #EC1E9E
Tints of Persian Rose #EC1E9E
RGB
CMYK
RGB Variations
Color information
#EC1E9E (or 0xEC1E9E) is known color: Persian Rose. HEX triplet: EC, 1E and 9E. RGB value is (236,30,158). Sum of RGB (Red+Green+Blue) = 236+30+158=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E9E is #13E161. Grayscale: #696969. Windows color (decimal): -1302882 or 10362604. OLE color: 10362604.
HSL color Cylindrical-coordinate representation of color #EC1E9E: hue angle of 322.72º degrees, saturation: 0.84, 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 #EC1E9E is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 158 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.07 |
| HSL | 322.72º | 0.84% | 0.52% | - |
| HSV(B) | 322.72º | 0.87% | 0.93% | - |
| XYZ | 41.23 | 21.23 | 34.27 | - |
| YUV | 106.19 | 157.25 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 158 | 0 | 0.87 | 0.33 | 0.07 | 322.72 | 0.84 | 0.52 |
| Hex | EC | 1E | 9E | 0 | 57 | 21 | 7 | 143 | 54 | 34 |
| Octal | 354 | 36 | 236 | 0 | 127 | 41 | 7 | 503 | 124 | 64 |
| Binary | 11101100 | 11110 | 10011110 | 0 | 1010111 | 100001 | 111 | 101000011 | 1010100 | 110100 |
Color Harmonies of #EC1E9E
Complementary color
Monochromatic Colors of #EC1E9E
Black with #EC1E9E
Text Example
Text Example
White with #EC1E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E9E; }
p { color: rgb(236,30,158); }
H1.HeaderClassName
{
color: #EC1E9E;
}
.AnyTagClassName
{
color: #EC1E9E;
}
</style>
background-color css
<style>
a { background-color: #EC1E9E; }
a { background-color: rgb(236,30,158); }
div.DivClassName
{
background-color: #EC1E9E;
}
.BgClassName
{
background-color: #EC1E9E;
}
</style>
border-color css
<style>
span { border-color: #EC1E9E; }
span { border-color: rgb(236,30,158); }
td.TdClassName
{
border-color: #EC1E9E;
}
.TagClassName
{
border-color: #EC1E9E;
}
</style>