Shades of Persian Rose #EC259A
Tints of Persian Rose #EC259A
RGB
CMYK
RGB Variations
Color information
#EC259A (or 0xEC259A) is known color: Persian Rose. HEX triplet: EC, 25 and 9A. RGB value is (236,37,154). Sum of RGB (Red+Green+Blue) = 236+37+154=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC259A is #13DA65. Grayscale: #6D6D6D. Windows color (decimal): -1301094 or 10102252. OLE color: 10102252.
HSL color Cylindrical-coordinate representation of color #EC259A: hue angle of 324.72º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC259A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 154 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.07 |
| HSL | 324.72º | 0.84% | 0.54% | - |
| HSV(B) | 324.72º | 0.84% | 0.93% | - |
| XYZ | 41.09 | 21.49 | 32.55 | - |
| YUV | 109.84 | 152.93 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 154 | 0 | 0.84 | 0.35 | 0.07 | 324.72 | 0.84 | 0.54 |
| Hex | EC | 25 | 9A | 0 | 54 | 23 | 7 | 145 | 54 | 36 |
| Octal | 354 | 45 | 232 | 0 | 124 | 43 | 7 | 505 | 124 | 66 |
| Binary | 11101100 | 100101 | 10011010 | 0 | 1010100 | 100011 | 111 | 101000101 | 1010100 | 110110 |
Color Harmonies of #EC259A
Complementary color
Monochromatic Colors of #EC259A
Black with #EC259A
Text Example
Text Example
White with #EC259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC259A; }
p { color: rgb(236,37,154); }
H1.HeaderClassName
{
color: #EC259A;
}
.AnyTagClassName
{
color: #EC259A;
}
</style>
background-color css
<style>
a { background-color: #EC259A; }
a { background-color: rgb(236,37,154); }
div.DivClassName
{
background-color: #EC259A;
}
.BgClassName
{
background-color: #EC259A;
}
</style>
border-color css
<style>
span { border-color: #EC259A; }
span { border-color: rgb(236,37,154); }
td.TdClassName
{
border-color: #EC259A;
}
.TagClassName
{
border-color: #EC259A;
}
</style>