Shades of Persian Rose #EC3CAD
Tints of Persian Rose #EC3CAD
RGB
CMYK
RGB Variations
Color information
#EC3CAD (or 0xEC3CAD) is known color: Persian Rose. HEX triplet: EC, 3C and AD. RGB value is (236,60,173). Sum of RGB (Red+Green+Blue) = 236+60+173=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CAD is #13C352. Grayscale: #7D7D7D. Windows color (decimal): -1295187 or 11353324. OLE color: 11353324.
HSL color Cylindrical-coordinate representation of color #EC3CAD: hue angle of 321.48º 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 #EC3CAD is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 173 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.07 |
| HSL | 321.48º | 0.82% | 0.58% | - |
| HSV(B) | 321.48º | 0.75% | 0.93% | - |
| XYZ | 43.75 | 24.08 | 41.88 | - |
| YUV | 125.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 173 | 0 | 0.75 | 0.27 | 0.07 | 321.48 | 0.82 | 0.58 |
| Hex | EC | 3C | AD | 0 | 4B | 1B | 7 | 141 | 52 | 3A |
| Octal | 354 | 74 | 255 | 0 | 113 | 33 | 7 | 501 | 122 | 72 |
| Binary | 11101100 | 111100 | 10101101 | 0 | 1001011 | 11011 | 111 | 101000001 | 1010010 | 111010 |
Color Harmonies of #EC3CAD
Complementary color
Monochromatic Colors of #EC3CAD
Black with #EC3CAD
Text Example
Text Example
White with #EC3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CAD; }
p { color: rgb(236,60,173); }
H1.HeaderClassName
{
color: #EC3CAD;
}
.AnyTagClassName
{
color: #EC3CAD;
}
</style>
background-color css
<style>
a { background-color: #EC3CAD; }
a { background-color: rgb(236,60,173); }
div.DivClassName
{
background-color: #EC3CAD;
}
.BgClassName
{
background-color: #EC3CAD;
}
</style>
border-color css
<style>
span { border-color: #EC3CAD; }
span { border-color: rgb(236,60,173); }
td.TdClassName
{
border-color: #EC3CAD;
}
.TagClassName
{
border-color: #EC3CAD;
}
</style>