Shades of Persian Rose #EC1C9E
Tints of Persian Rose #EC1C9E
RGB
CMYK
RGB Variations
Color information
#EC1C9E (or 0xEC1C9E) is known color: Persian Rose. HEX triplet: EC, 1C and 9E. RGB value is (236,28,158). Sum of RGB (Red+Green+Blue) = 236+28+158=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C9E is #13E361. Grayscale: #686868. Windows color (decimal): -1303394 or 10362092. OLE color: 10362092.
HSL color Cylindrical-coordinate representation of color #EC1C9E: hue angle of 322.5º 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 #EC1C9E is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 158 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.07 |
| HSL | 322.5º | 0.85% | 0.52% | - |
| HSV(B) | 322.5º | 0.88% | 0.93% | - |
| XYZ | 41.18 | 21.13 | 34.26 | - |
| YUV | 105.01 | 157.91 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 158 | 0 | 0.88 | 0.33 | 0.07 | 322.5 | 0.85 | 0.52 |
| Hex | EC | 1C | 9E | 0 | 58 | 21 | 7 | 142 | 55 | 34 |
| Octal | 354 | 34 | 236 | 0 | 130 | 41 | 7 | 502 | 125 | 64 |
| Binary | 11101100 | 11100 | 10011110 | 0 | 1011000 | 100001 | 111 | 101000010 | 1010101 | 110100 |
Color Harmonies of #EC1C9E
Complementary color
Monochromatic Colors of #EC1C9E
Black with #EC1C9E
Text Example
Text Example
White with #EC1C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C9E; }
p { color: rgb(236,28,158); }
H1.HeaderClassName
{
color: #EC1C9E;
}
.AnyTagClassName
{
color: #EC1C9E;
}
</style>
background-color css
<style>
a { background-color: #EC1C9E; }
a { background-color: rgb(236,28,158); }
div.DivClassName
{
background-color: #EC1C9E;
}
.BgClassName
{
background-color: #EC1C9E;
}
</style>
border-color css
<style>
span { border-color: #EC1C9E; }
span { border-color: rgb(236,28,158); }
td.TdClassName
{
border-color: #EC1C9E;
}
.TagClassName
{
border-color: #EC1C9E;
}
</style>