Shades of Persian Rose #EC3CAC
Tints of Persian Rose #EC3CAC
RGB
CMYK
RGB Variations
Color information
#EC3CAC (or 0xEC3CAC) is known color: Persian Rose. HEX triplet: EC, 3C and AC. RGB value is (236,60,172). Sum of RGB (Red+Green+Blue) = 236+60+172=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CAC is #13C353. Grayscale: #7D7D7D. Windows color (decimal): -1295188 or 11287788. OLE color: 11287788.
HSL color Cylindrical-coordinate representation of color #EC3CAC: hue angle of 321.82º 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 #EC3CAC is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 172 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.07 |
| HSL | 321.82º | 0.82% | 0.58% | - |
| HSV(B) | 321.82º | 0.75% | 0.93% | - |
| XYZ | 43.65 | 24.04 | 41.37 | - |
| YUV | 125.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 172 | 0 | 0.75 | 0.27 | 0.07 | 321.82 | 0.82 | 0.58 |
| Hex | EC | 3C | AC | 0 | 4B | 1B | 7 | 142 | 52 | 3A |
| Octal | 354 | 74 | 254 | 0 | 113 | 33 | 7 | 502 | 122 | 72 |
| Binary | 11101100 | 111100 | 10101100 | 0 | 1001011 | 11011 | 111 | 101000010 | 1010010 | 111010 |
Color Harmonies of #EC3CAC
Complementary color
Monochromatic Colors of #EC3CAC
Black with #EC3CAC
Text Example
Text Example
White with #EC3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CAC; }
p { color: rgb(236,60,172); }
H1.HeaderClassName
{
color: #EC3CAC;
}
.AnyTagClassName
{
color: #EC3CAC;
}
</style>
background-color css
<style>
a { background-color: #EC3CAC; }
a { background-color: rgb(236,60,172); }
div.DivClassName
{
background-color: #EC3CAC;
}
.BgClassName
{
background-color: #EC3CAC;
}
</style>
border-color css
<style>
span { border-color: #EC3CAC; }
span { border-color: rgb(236,60,172); }
td.TdClassName
{
border-color: #EC3CAC;
}
.TagClassName
{
border-color: #EC3CAC;
}
</style>