Shades of Persian Rose #EC3AAD
Tints of Persian Rose #EC3AAD
RGB
CMYK
RGB Variations
Color information
#EC3AAD (or 0xEC3AAD) is known color: Persian Rose. HEX triplet: EC, 3A and AD. RGB value is (236,58,173). Sum of RGB (Red+Green+Blue) = 236+58+173=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3AAD is #13C552. Grayscale: #7C7C7C. Windows color (decimal): -1295699 or 11352812. OLE color: 11352812.
HSL color Cylindrical-coordinate representation of color #EC3AAD: hue angle of 321.24º 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 #EC3AAD is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 173 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.07 |
| HSL | 321.24º | 0.82% | 0.58% | - |
| HSV(B) | 321.24º | 0.75% | 0.93% | - |
| XYZ | 43.65 | 23.88 | 41.84 | - |
| YUV | 124.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 173 | 0 | 0.75 | 0.27 | 0.07 | 321.24 | 0.82 | 0.58 |
| Hex | EC | 3A | AD | 0 | 4B | 1B | 7 | 141 | 52 | 3A |
| Octal | 354 | 72 | 255 | 0 | 113 | 33 | 7 | 501 | 122 | 72 |
| Binary | 11101100 | 111010 | 10101101 | 0 | 1001011 | 11011 | 111 | 101000001 | 1010010 | 111010 |
Color Harmonies of #EC3AAD
Complementary color
Monochromatic Colors of #EC3AAD
Black with #EC3AAD
Text Example
Text Example
White with #EC3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AAD; }
p { color: rgb(236,58,173); }
H1.HeaderClassName
{
color: #EC3AAD;
}
.AnyTagClassName
{
color: #EC3AAD;
}
</style>
background-color css
<style>
a { background-color: #EC3AAD; }
a { background-color: rgb(236,58,173); }
div.DivClassName
{
background-color: #EC3AAD;
}
.BgClassName
{
background-color: #EC3AAD;
}
</style>
border-color css
<style>
span { border-color: #EC3AAD; }
span { border-color: rgb(236,58,173); }
td.TdClassName
{
border-color: #EC3AAD;
}
.TagClassName
{
border-color: #EC3AAD;
}
</style>