Shades of Persian Rose #EC249A
Tints of Persian Rose #EC249A
RGB
CMYK
RGB Variations
Color information
#EC249A (or 0xEC249A) is known color: Persian Rose. HEX triplet: EC, 24 and 9A. RGB value is (236,36,154). Sum of RGB (Red+Green+Blue) = 236+36+154=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC249A is #13DB65. Grayscale: #6C6C6C. Windows color (decimal): -1301350 or 10101996. OLE color: 10101996.
HSL color Cylindrical-coordinate representation of color #EC249A: hue angle of 324.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC249A is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 154 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.07 |
| HSL | 324.6º | 0.84% | 0.53% | - |
| HSV(B) | 324.6º | 0.85% | 0.93% | - |
| XYZ | 41.06 | 21.43 | 32.54 | - |
| YUV | 109.25 | 153.26 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 154 | 0 | 0.85 | 0.35 | 0.07 | 324.6 | 0.84 | 0.53 |
| Hex | EC | 24 | 9A | 0 | 55 | 23 | 7 | 145 | 54 | 35 |
| Octal | 354 | 44 | 232 | 0 | 125 | 43 | 7 | 505 | 124 | 65 |
| Binary | 11101100 | 100100 | 10011010 | 0 | 1010101 | 100011 | 111 | 101000101 | 1010100 | 110101 |
Color Harmonies of #EC249A
Complementary color
Monochromatic Colors of #EC249A
Black with #EC249A
Text Example
Text Example
White with #EC249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC249A; }
p { color: rgb(236,36,154); }
H1.HeaderClassName
{
color: #EC249A;
}
.AnyTagClassName
{
color: #EC249A;
}
</style>
background-color css
<style>
a { background-color: #EC249A; }
a { background-color: rgb(236,36,154); }
div.DivClassName
{
background-color: #EC249A;
}
.BgClassName
{
background-color: #EC249A;
}
</style>
border-color css
<style>
span { border-color: #EC249A; }
span { border-color: rgb(236,36,154); }
td.TdClassName
{
border-color: #EC249A;
}
.TagClassName
{
border-color: #EC249A;
}
</style>