Shades of Persian Rose #EC3CAA
Tints of Persian Rose #EC3CAA
RGB
CMYK
RGB Variations
Color information
#EC3CAA (or 0xEC3CAA) is known color: Persian Rose. HEX triplet: EC, 3C and AA. RGB value is (236,60,170). Sum of RGB (Red+Green+Blue) = 236+60+170=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CAA is #13C355. Grayscale: #7C7C7C. Windows color (decimal): -1295190 or 11156716. OLE color: 11156716.
HSL color Cylindrical-coordinate representation of color #EC3CAA: hue angle of 322.5º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CAA is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 170 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.07 |
| HSL | 322.5º | 0.82% | 0.58% | - |
| HSV(B) | 322.5º | 0.75% | 0.93% | - |
| XYZ | 43.46 | 23.97 | 40.37 | - |
| YUV | 125.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 170 | 0 | 0.75 | 0.28 | 0.07 | 322.5 | 0.82 | 0.58 |
| Hex | EC | 3C | AA | 0 | 4B | 1C | 7 | 142 | 52 | 3A |
| Octal | 354 | 74 | 252 | 0 | 113 | 34 | 7 | 502 | 122 | 72 |
| Binary | 11101100 | 111100 | 10101010 | 0 | 1001011 | 11100 | 111 | 101000010 | 1010010 | 111010 |
Color Harmonies of #EC3CAA
Complementary color
Monochromatic Colors of #EC3CAA
Black with #EC3CAA
Text Example
Text Example
White with #EC3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CAA; }
p { color: rgb(236,60,170); }
H1.HeaderClassName
{
color: #EC3CAA;
}
.AnyTagClassName
{
color: #EC3CAA;
}
</style>
background-color css
<style>
a { background-color: #EC3CAA; }
a { background-color: rgb(236,60,170); }
div.DivClassName
{
background-color: #EC3CAA;
}
.BgClassName
{
background-color: #EC3CAA;
}
</style>
border-color css
<style>
span { border-color: #EC3CAA; }
span { border-color: rgb(236,60,170); }
td.TdClassName
{
border-color: #EC3CAA;
}
.TagClassName
{
border-color: #EC3CAA;
}
</style>