Shades of Persian Rose #EC25A8
Tints of Persian Rose #EC25A8
RGB
CMYK
RGB Variations
Color information
#EC25A8 (or 0xEC25A8) is known color: Persian Rose. HEX triplet: EC, 25 and A8. RGB value is (236,37,168). Sum of RGB (Red+Green+Blue) = 236+37+168=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC25A8 is #13DA57. Grayscale: #6F6F6F. Windows color (decimal): -1301080 or 11019756. OLE color: 11019756.
HSL color Cylindrical-coordinate representation of color #EC25A8: hue angle of 320.5º 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 #EC25A8 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 168 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.07 |
| HSL | 320.5º | 0.84% | 0.54% | - |
| HSV(B) | 320.5º | 0.84% | 0.93% | - |
| XYZ | 42.32 | 21.98 | 39.06 | - |
| YUV | 111.44 | 159.93 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 168 | 0 | 0.84 | 0.29 | 0.07 | 320.5 | 0.84 | 0.54 |
| Hex | EC | 25 | A8 | 0 | 54 | 1D | 7 | 141 | 54 | 36 |
| Octal | 354 | 45 | 250 | 0 | 124 | 35 | 7 | 501 | 124 | 66 |
| Binary | 11101100 | 100101 | 10101000 | 0 | 1010100 | 11101 | 111 | 101000001 | 1010100 | 110110 |
Color Harmonies of #EC25A8
Complementary color
Monochromatic Colors of #EC25A8
Black with #EC25A8
Text Example
Text Example
White with #EC25A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25A8; }
p { color: rgb(236,37,168); }
H1.HeaderClassName
{
color: #EC25A8;
}
.AnyTagClassName
{
color: #EC25A8;
}
</style>
background-color css
<style>
a { background-color: #EC25A8; }
a { background-color: rgb(236,37,168); }
div.DivClassName
{
background-color: #EC25A8;
}
.BgClassName
{
background-color: #EC25A8;
}
</style>
border-color css
<style>
span { border-color: #EC25A8; }
span { border-color: rgb(236,37,168); }
td.TdClassName
{
border-color: #EC25A8;
}
.TagClassName
{
border-color: #EC25A8;
}
</style>