Shades of Persian Rose #EC1D9A
Tints of Persian Rose #EC1D9A
RGB
CMYK
RGB Variations
Color information
#EC1D9A (or 0xEC1D9A) is known color: Persian Rose. HEX triplet: EC, 1D and 9A. RGB value is (236,29,154). Sum of RGB (Red+Green+Blue) = 236+29+154=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D9A is #13E265. Grayscale: #686868. Windows color (decimal): -1303142 or 10100204. OLE color: 10100204.
HSL color Cylindrical-coordinate representation of color #EC1D9A: hue angle of 323.77º degrees, saturation: 0.84, 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 #EC1D9A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 154 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.07 |
| HSL | 323.77º | 0.84% | 0.52% | - |
| HSV(B) | 323.77º | 0.88% | 0.93% | - |
| XYZ | 40.86 | 21.04 | 32.48 | - |
| YUV | 105.14 | 155.58 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 154 | 0 | 0.88 | 0.35 | 0.07 | 323.77 | 0.84 | 0.52 |
| Hex | EC | 1D | 9A | 0 | 58 | 23 | 7 | 144 | 54 | 34 |
| Octal | 354 | 35 | 232 | 0 | 130 | 43 | 7 | 504 | 124 | 64 |
| Binary | 11101100 | 11101 | 10011010 | 0 | 1011000 | 100011 | 111 | 101000100 | 1010100 | 110100 |
Color Harmonies of #EC1D9A
Complementary color
Monochromatic Colors of #EC1D9A
Black with #EC1D9A
Text Example
Text Example
White with #EC1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D9A; }
p { color: rgb(236,29,154); }
H1.HeaderClassName
{
color: #EC1D9A;
}
.AnyTagClassName
{
color: #EC1D9A;
}
</style>
background-color css
<style>
a { background-color: #EC1D9A; }
a { background-color: rgb(236,29,154); }
div.DivClassName
{
background-color: #EC1D9A;
}
.BgClassName
{
background-color: #EC1D9A;
}
</style>
border-color css
<style>
span { border-color: #EC1D9A; }
span { border-color: rgb(236,29,154); }
td.TdClassName
{
border-color: #EC1D9A;
}
.TagClassName
{
border-color: #EC1D9A;
}
</style>