Shades of Persian Rose #EC35AF
Tints of Persian Rose #EC35AF
RGB
CMYK
RGB Variations
Color information
#EC35AF (or 0xEC35AF) is known color: Persian Rose. HEX triplet: EC, 35 and AF. RGB value is (236,53,175). Sum of RGB (Red+Green+Blue) = 236+53+175=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35AF is #13CA50. Grayscale: #797979. Windows color (decimal): -1296977 or 11482604. OLE color: 11482604.
HSL color Cylindrical-coordinate representation of color #EC35AF: hue angle of 320º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35AF is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 175 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.07 |
| HSL | 320º | 0.83% | 0.57% | - |
| HSV(B) | 320º | 0.78% | 0.93% | - |
| XYZ | 43.6 | 23.47 | 42.79 | - |
| YUV | 121.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 175 | 0 | 0.78 | 0.26 | 0.07 | 320 | 0.83 | 0.57 |
| Hex | EC | 35 | AF | 0 | 4E | 1A | 7 | 140 | 53 | 39 |
| Octal | 354 | 65 | 257 | 0 | 116 | 32 | 7 | 500 | 123 | 71 |
| Binary | 11101100 | 110101 | 10101111 | 0 | 1001110 | 11010 | 111 | 101000000 | 1010011 | 111001 |
Color Harmonies of #EC35AF
Complementary color
Monochromatic Colors of #EC35AF
Black with #EC35AF
Text Example
Text Example
White with #EC35AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35AF; }
p { color: rgb(236,53,175); }
H1.HeaderClassName
{
color: #EC35AF;
}
.AnyTagClassName
{
color: #EC35AF;
}
</style>
background-color css
<style>
a { background-color: #EC35AF; }
a { background-color: rgb(236,53,175); }
div.DivClassName
{
background-color: #EC35AF;
}
.BgClassName
{
background-color: #EC35AF;
}
</style>
border-color css
<style>
span { border-color: #EC35AF; }
span { border-color: rgb(236,53,175); }
td.TdClassName
{
border-color: #EC35AF;
}
.TagClassName
{
border-color: #EC35AF;
}
</style>