Shades of Persian Rose #EC35A7
Tints of Persian Rose #EC35A7
RGB
CMYK
RGB Variations
Color information
#EC35A7 (or 0xEC35A7) is known color: Persian Rose. HEX triplet: EC, 35 and A7. RGB value is (236,53,167). Sum of RGB (Red+Green+Blue) = 236+53+167=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35A7 is #13CA58. Grayscale: #787878. Windows color (decimal): -1296985 or 10958316. OLE color: 10958316.
HSL color Cylindrical-coordinate representation of color #EC35A7: hue angle of 322.62º 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 #EC35A7 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 167 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.07 |
| HSL | 322.62º | 0.83% | 0.57% | - |
| HSV(B) | 322.62º | 0.78% | 0.93% | - |
| XYZ | 42.84 | 23.17 | 38.77 | - |
| YUV | 120.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 167 | 0 | 0.78 | 0.29 | 0.07 | 322.62 | 0.83 | 0.57 |
| Hex | EC | 35 | A7 | 0 | 4E | 1D | 7 | 143 | 53 | 39 |
| Octal | 354 | 65 | 247 | 0 | 116 | 35 | 7 | 503 | 123 | 71 |
| Binary | 11101100 | 110101 | 10100111 | 0 | 1001110 | 11101 | 111 | 101000011 | 1010011 | 111001 |
Color Harmonies of #EC35A7
Complementary color
Monochromatic Colors of #EC35A7
Black with #EC35A7
Text Example
Text Example
White with #EC35A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35A7; }
p { color: rgb(236,53,167); }
H1.HeaderClassName
{
color: #EC35A7;
}
.AnyTagClassName
{
color: #EC35A7;
}
</style>
background-color css
<style>
a { background-color: #EC35A7; }
a { background-color: rgb(236,53,167); }
div.DivClassName
{
background-color: #EC35A7;
}
.BgClassName
{
background-color: #EC35A7;
}
</style>
border-color css
<style>
span { border-color: #EC35A7; }
span { border-color: rgb(236,53,167); }
td.TdClassName
{
border-color: #EC35A7;
}
.TagClassName
{
border-color: #EC35A7;
}
</style>