Shades of Persian Rose #EC35A8
Tints of Persian Rose #EC35A8
RGB
CMYK
RGB Variations
Color information
#EC35A8 (or 0xEC35A8) is known color: Persian Rose. HEX triplet: EC, 35 and A8. RGB value is (236,53,168). Sum of RGB (Red+Green+Blue) = 236+53+168=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35A8 is #13CA57. Grayscale: #787878. Windows color (decimal): -1296984 or 11023852. OLE color: 11023852.
HSL color Cylindrical-coordinate representation of color #EC35A8: hue angle of 322.3º 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 #EC35A8 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 168 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.07 |
| HSL | 322.3º | 0.83% | 0.57% | - |
| HSV(B) | 322.3º | 0.78% | 0.93% | - |
| XYZ | 42.93 | 23.21 | 39.26 | - |
| YUV | 120.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 168 | 0 | 0.78 | 0.29 | 0.07 | 322.3 | 0.83 | 0.57 |
| Hex | EC | 35 | A8 | 0 | 4E | 1D | 7 | 142 | 53 | 39 |
| Octal | 354 | 65 | 250 | 0 | 116 | 35 | 7 | 502 | 123 | 71 |
| Binary | 11101100 | 110101 | 10101000 | 0 | 1001110 | 11101 | 111 | 101000010 | 1010011 | 111001 |
Color Harmonies of #EC35A8
Complementary color
Monochromatic Colors of #EC35A8
Black with #EC35A8
Text Example
Text Example
White with #EC35A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35A8; }
p { color: rgb(236,53,168); }
H1.HeaderClassName
{
color: #EC35A8;
}
.AnyTagClassName
{
color: #EC35A8;
}
</style>
background-color css
<style>
a { background-color: #EC35A8; }
a { background-color: rgb(236,53,168); }
div.DivClassName
{
background-color: #EC35A8;
}
.BgClassName
{
background-color: #EC35A8;
}
</style>
border-color css
<style>
span { border-color: #EC35A8; }
span { border-color: rgb(236,53,168); }
td.TdClassName
{
border-color: #EC35A8;
}
.TagClassName
{
border-color: #EC35A8;
}
</style>