Shades of Persian Rose #EC3AAF
Tints of Persian Rose #EC3AAF
RGB
CMYK
RGB Variations
Color information
#EC3AAF (or 0xEC3AAF) is known color: Persian Rose. HEX triplet: EC, 3A and AF. RGB value is (236,58,175). Sum of RGB (Red+Green+Blue) = 236+58+175=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3AAF is #13C550. Grayscale: #7C7C7C. Windows color (decimal): -1295697 or 11483884. OLE color: 11483884.
HSL color Cylindrical-coordinate representation of color #EC3AAF: hue angle of 320.56º 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 #EC3AAF is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 175 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.07 |
| HSL | 320.56º | 0.82% | 0.58% | - |
| HSV(B) | 320.56º | 0.75% | 0.93% | - |
| XYZ | 43.84 | 23.95 | 42.87 | - |
| YUV | 124.56 | 156.47 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 175 | 0 | 0.75 | 0.26 | 0.07 | 320.56 | 0.82 | 0.58 |
| Hex | EC | 3A | AF | 0 | 4B | 1A | 7 | 141 | 52 | 3A |
| Octal | 354 | 72 | 257 | 0 | 113 | 32 | 7 | 501 | 122 | 72 |
| Binary | 11101100 | 111010 | 10101111 | 0 | 1001011 | 11010 | 111 | 101000001 | 1010010 | 111010 |
Color Harmonies of #EC3AAF
Complementary color
Monochromatic Colors of #EC3AAF
Black with #EC3AAF
Text Example
Text Example
White with #EC3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AAF; }
p { color: rgb(236,58,175); }
H1.HeaderClassName
{
color: #EC3AAF;
}
.AnyTagClassName
{
color: #EC3AAF;
}
</style>
background-color css
<style>
a { background-color: #EC3AAF; }
a { background-color: rgb(236,58,175); }
div.DivClassName
{
background-color: #EC3AAF;
}
.BgClassName
{
background-color: #EC3AAF;
}
</style>
border-color css
<style>
span { border-color: #EC3AAF; }
span { border-color: rgb(236,58,175); }
td.TdClassName
{
border-color: #EC3AAF;
}
.TagClassName
{
border-color: #EC3AAF;
}
</style>