Shades of Persian Rose #EC35AA
Tints of Persian Rose #EC35AA
RGB
CMYK
RGB Variations
Color information
#EC35AA (or 0xEC35AA) is known color: Persian Rose. HEX triplet: EC, 35 and AA. RGB value is (236,53,170). Sum of RGB (Red+Green+Blue) = 236+53+170=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35AA is #13CA55. Grayscale: #787878. Windows color (decimal): -1296982 or 11154924. OLE color: 11154924.
HSL color Cylindrical-coordinate representation of color #EC35AA: hue angle of 321.64º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35AA is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 170 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.07 |
| HSL | 321.64º | 0.83% | 0.57% | - |
| HSV(B) | 321.64º | 0.78% | 0.93% | - |
| XYZ | 43.12 | 23.28 | 40.25 | - |
| YUV | 121.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 170 | 0 | 0.78 | 0.28 | 0.07 | 321.64 | 0.83 | 0.57 |
| Hex | EC | 35 | AA | 0 | 4E | 1C | 7 | 142 | 53 | 39 |
| Octal | 354 | 65 | 252 | 0 | 116 | 34 | 7 | 502 | 123 | 71 |
| Binary | 11101100 | 110101 | 10101010 | 0 | 1001110 | 11100 | 111 | 101000010 | 1010011 | 111001 |
Color Harmonies of #EC35AA
Complementary color
Monochromatic Colors of #EC35AA
Black with #EC35AA
Text Example
Text Example
White with #EC35AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35AA; }
p { color: rgb(236,53,170); }
H1.HeaderClassName
{
color: #EC35AA;
}
.AnyTagClassName
{
color: #EC35AA;
}
</style>
background-color css
<style>
a { background-color: #EC35AA; }
a { background-color: rgb(236,53,170); }
div.DivClassName
{
background-color: #EC35AA;
}
.BgClassName
{
background-color: #EC35AA;
}
</style>
border-color css
<style>
span { border-color: #EC35AA; }
span { border-color: rgb(236,53,170); }
td.TdClassName
{
border-color: #EC35AA;
}
.TagClassName
{
border-color: #EC35AA;
}
</style>