Shades of Persian Rose #EC27A3
Tints of Persian Rose #EC27A3
RGB
CMYK
RGB Variations
Color information
#EC27A3 (or 0xEC27A3) is known color: Persian Rose. HEX triplet: EC, 27 and A3. RGB value is (236,39,163). Sum of RGB (Red+Green+Blue) = 236+39+163=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC27A3 is #13D85C. Grayscale: #6F6F6F. Windows color (decimal): -1300573 or 10692588. OLE color: 10692588.
HSL color Cylindrical-coordinate representation of color #EC27A3: hue angle of 322.23º 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 #EC27A3 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 163 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.07 |
| HSL | 322.23º | 0.84% | 0.54% | - |
| HSV(B) | 322.23º | 0.83% | 0.93% | - |
| XYZ | 41.93 | 21.93 | 36.67 | - |
| YUV | 112.04 | 156.77 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 163 | 0 | 0.83 | 0.31 | 0.07 | 322.23 | 0.84 | 0.54 |
| Hex | EC | 27 | A3 | 0 | 53 | 1F | 7 | 142 | 54 | 36 |
| Octal | 354 | 47 | 243 | 0 | 123 | 37 | 7 | 502 | 124 | 66 |
| Binary | 11101100 | 100111 | 10100011 | 0 | 1010011 | 11111 | 111 | 101000010 | 1010100 | 110110 |
Color Harmonies of #EC27A3
Complementary color
Monochromatic Colors of #EC27A3
Black with #EC27A3
Text Example
Text Example
White with #EC27A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27A3; }
p { color: rgb(236,39,163); }
H1.HeaderClassName
{
color: #EC27A3;
}
.AnyTagClassName
{
color: #EC27A3;
}
</style>
background-color css
<style>
a { background-color: #EC27A3; }
a { background-color: rgb(236,39,163); }
div.DivClassName
{
background-color: #EC27A3;
}
.BgClassName
{
background-color: #EC27A3;
}
</style>
border-color css
<style>
span { border-color: #EC27A3; }
span { border-color: rgb(236,39,163); }
td.TdClassName
{
border-color: #EC27A3;
}
.TagClassName
{
border-color: #EC27A3;
}
</style>