Shades of Persian Rose #EC36AB
Tints of Persian Rose #EC36AB
RGB
CMYK
RGB Variations
Color information
#EC36AB (or 0xEC36AB) is known color: Persian Rose. HEX triplet: EC, 36 and AB. RGB value is (236,54,171). Sum of RGB (Red+Green+Blue) = 236+54+171=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC36AB is #13C954. Grayscale: #797979. Windows color (decimal): -1296725 or 11220716. OLE color: 11220716.
HSL color Cylindrical-coordinate representation of color #EC36AB: hue angle of 321.43º 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 #EC36AB is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 171 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.07 |
| HSL | 321.43º | 0.83% | 0.57% | - |
| HSV(B) | 321.43º | 0.77% | 0.93% | - |
| XYZ | 43.26 | 23.41 | 40.77 | - |
| YUV | 121.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 171 | 0 | 0.77 | 0.28 | 0.07 | 321.43 | 0.83 | 0.57 |
| Hex | EC | 36 | AB | 0 | 4D | 1C | 7 | 141 | 53 | 39 |
| Octal | 354 | 66 | 253 | 0 | 115 | 34 | 7 | 501 | 123 | 71 |
| Binary | 11101100 | 110110 | 10101011 | 0 | 1001101 | 11100 | 111 | 101000001 | 1010011 | 111001 |
Color Harmonies of #EC36AB
Complementary color
Monochromatic Colors of #EC36AB
Black with #EC36AB
Text Example
Text Example
White with #EC36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36AB; }
p { color: rgb(236,54,171); }
H1.HeaderClassName
{
color: #EC36AB;
}
.AnyTagClassName
{
color: #EC36AB;
}
</style>
background-color css
<style>
a { background-color: #EC36AB; }
a { background-color: rgb(236,54,171); }
div.DivClassName
{
background-color: #EC36AB;
}
.BgClassName
{
background-color: #EC36AB;
}
</style>
border-color css
<style>
span { border-color: #EC36AB; }
span { border-color: rgb(236,54,171); }
td.TdClassName
{
border-color: #EC36AB;
}
.TagClassName
{
border-color: #EC36AB;
}
</style>