Shades of Persian Rose #EC3AAA
Tints of Persian Rose #EC3AAA
RGB
CMYK
RGB Variations
Color information
#EC3AAA (or 0xEC3AAA) is known color: Persian Rose. HEX triplet: EC, 3A and AA. RGB value is (236,58,170). Sum of RGB (Red+Green+Blue) = 236+58+170=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3AAA is #13C555. Grayscale: #7B7B7B. Windows color (decimal): -1295702 or 11156204. OLE color: 11156204.
HSL color Cylindrical-coordinate representation of color #EC3AAA: hue angle of 322.25º 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 #EC3AAA is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 170 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.07 |
| HSL | 322.25º | 0.82% | 0.58% | - |
| HSV(B) | 322.25º | 0.75% | 0.93% | - |
| XYZ | 43.36 | 23.76 | 40.33 | - |
| YUV | 123.99 | 153.97 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 170 | 0 | 0.75 | 0.28 | 0.07 | 322.25 | 0.82 | 0.58 |
| Hex | EC | 3A | AA | 0 | 4B | 1C | 7 | 142 | 52 | 3A |
| Octal | 354 | 72 | 252 | 0 | 113 | 34 | 7 | 502 | 122 | 72 |
| Binary | 11101100 | 111010 | 10101010 | 0 | 1001011 | 11100 | 111 | 101000010 | 1010010 | 111010 |
Color Harmonies of #EC3AAA
Complementary color
Monochromatic Colors of #EC3AAA
Black with #EC3AAA
Text Example
Text Example
White with #EC3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AAA; }
p { color: rgb(236,58,170); }
H1.HeaderClassName
{
color: #EC3AAA;
}
.AnyTagClassName
{
color: #EC3AAA;
}
</style>
background-color css
<style>
a { background-color: #EC3AAA; }
a { background-color: rgb(236,58,170); }
div.DivClassName
{
background-color: #EC3AAA;
}
.BgClassName
{
background-color: #EC3AAA;
}
</style>
border-color css
<style>
span { border-color: #EC3AAA; }
span { border-color: rgb(236,58,170); }
td.TdClassName
{
border-color: #EC3AAA;
}
.TagClassName
{
border-color: #EC3AAA;
}
</style>