Shades of Persian Rose #EC3CAB
Tints of Persian Rose #EC3CAB
RGB
CMYK
RGB Variations
Color information
#EC3CAB (or 0xEC3CAB) is known color: Persian Rose. HEX triplet: EC, 3C and AB. RGB value is (236,60,171). Sum of RGB (Red+Green+Blue) = 236+60+171=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CAB is #13C354. Grayscale: #7D7D7D. Windows color (decimal): -1295189 or 11222252. OLE color: 11222252.
HSL color Cylindrical-coordinate representation of color #EC3CAB: hue angle of 322.16º 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 #EC3CAB is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 171 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.07 |
| HSL | 322.16º | 0.82% | 0.58% | - |
| HSV(B) | 322.16º | 0.75% | 0.93% | - |
| XYZ | 43.56 | 24 | 40.87 | - |
| YUV | 125.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 171 | 0 | 0.75 | 0.28 | 0.07 | 322.16 | 0.82 | 0.58 |
| Hex | EC | 3C | AB | 0 | 4B | 1C | 7 | 142 | 52 | 3A |
| Octal | 354 | 74 | 253 | 0 | 113 | 34 | 7 | 502 | 122 | 72 |
| Binary | 11101100 | 111100 | 10101011 | 0 | 1001011 | 11100 | 111 | 101000010 | 1010010 | 111010 |
Color Harmonies of #EC3CAB
Complementary color
Monochromatic Colors of #EC3CAB
Black with #EC3CAB
Text Example
Text Example
White with #EC3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CAB; }
p { color: rgb(236,60,171); }
H1.HeaderClassName
{
color: #EC3CAB;
}
.AnyTagClassName
{
color: #EC3CAB;
}
</style>
background-color css
<style>
a { background-color: #EC3CAB; }
a { background-color: rgb(236,60,171); }
div.DivClassName
{
background-color: #EC3CAB;
}
.BgClassName
{
background-color: #EC3CAB;
}
</style>
border-color css
<style>
span { border-color: #EC3CAB; }
span { border-color: rgb(236,60,171); }
td.TdClassName
{
border-color: #EC3CAB;
}
.TagClassName
{
border-color: #EC3CAB;
}
</style>