Shades of Persian Rose #EC36A3
Tints of Persian Rose #EC36A3
RGB
CMYK
RGB Variations
Color information
#EC36A3 (or 0xEC36A3) is known color: Persian Rose. HEX triplet: EC, 36 and A3. RGB value is (236,54,163). Sum of RGB (Red+Green+Blue) = 236+54+163=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC36A3 is #13C95C. Grayscale: #787878. Windows color (decimal): -1296733 or 10696428. OLE color: 10696428.
HSL color Cylindrical-coordinate representation of color #EC36A3: hue angle of 324.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC36A3 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 163 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.07 |
| HSL | 324.07º | 0.83% | 0.57% | - |
| HSV(B) | 324.07º | 0.77% | 0.93% | - |
| XYZ | 42.52 | 23.12 | 36.87 | - |
| YUV | 120.84 | 151.8 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 163 | 0 | 0.77 | 0.31 | 0.07 | 324.07 | 0.83 | 0.57 |
| Hex | EC | 36 | A3 | 0 | 4D | 1F | 7 | 144 | 53 | 39 |
| Octal | 354 | 66 | 243 | 0 | 115 | 37 | 7 | 504 | 123 | 71 |
| Binary | 11101100 | 110110 | 10100011 | 0 | 1001101 | 11111 | 111 | 101000100 | 1010011 | 111001 |
Color Harmonies of #EC36A3
Complementary color
Monochromatic Colors of #EC36A3
Black with #EC36A3
Text Example
Text Example
White with #EC36A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36A3; }
p { color: rgb(236,54,163); }
H1.HeaderClassName
{
color: #EC36A3;
}
.AnyTagClassName
{
color: #EC36A3;
}
</style>
background-color css
<style>
a { background-color: #EC36A3; }
a { background-color: rgb(236,54,163); }
div.DivClassName
{
background-color: #EC36A3;
}
.BgClassName
{
background-color: #EC36A3;
}
</style>
border-color css
<style>
span { border-color: #EC36A3; }
span { border-color: rgb(236,54,163); }
td.TdClassName
{
border-color: #EC36A3;
}
.TagClassName
{
border-color: #EC36A3;
}
</style>