Shades of Persian Rose #EC27AA
Tints of Persian Rose #EC27AA
RGB
CMYK
RGB Variations
Color information
#EC27AA (or 0xEC27AA) is known color: Persian Rose. HEX triplet: EC, 27 and AA. RGB value is (236,39,170). Sum of RGB (Red+Green+Blue) = 236+39+170=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC27AA is #13D855. Grayscale: #707070. Windows color (decimal): -1300566 or 11151340. OLE color: 11151340.
HSL color Cylindrical-coordinate representation of color #EC27AA: hue angle of 320.1º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC27AA is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 170 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.07 |
| HSL | 320.1º | 0.84% | 0.54% | - |
| HSV(B) | 320.1º | 0.83% | 0.93% | - |
| XYZ | 42.57 | 22.19 | 40.07 | - |
| YUV | 112.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 170 | 0 | 0.83 | 0.28 | 0.07 | 320.1 | 0.84 | 0.54 |
| Hex | EC | 27 | AA | 0 | 53 | 1C | 7 | 140 | 54 | 36 |
| Octal | 354 | 47 | 252 | 0 | 123 | 34 | 7 | 500 | 124 | 66 |
| Binary | 11101100 | 100111 | 10101010 | 0 | 1010011 | 11100 | 111 | 101000000 | 1010100 | 110110 |
Color Harmonies of #EC27AA
Complementary color
Monochromatic Colors of #EC27AA
Black with #EC27AA
Text Example
Text Example
White with #EC27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27AA; }
p { color: rgb(236,39,170); }
H1.HeaderClassName
{
color: #EC27AA;
}
.AnyTagClassName
{
color: #EC27AA;
}
</style>
background-color css
<style>
a { background-color: #EC27AA; }
a { background-color: rgb(236,39,170); }
div.DivClassName
{
background-color: #EC27AA;
}
.BgClassName
{
background-color: #EC27AA;
}
</style>
border-color css
<style>
span { border-color: #EC27AA; }
span { border-color: rgb(236,39,170); }
td.TdClassName
{
border-color: #EC27AA;
}
.TagClassName
{
border-color: #EC27AA;
}
</style>