Shades of Persian Rose #EC35B1
Tints of Persian Rose #EC35B1
RGB
CMYK
RGB Variations
Color information
#EC35B1 (or 0xEC35B1) is known color: Persian Rose. HEX triplet: EC, 35 and B1. RGB value is (236,53,177). Sum of RGB (Red+Green+Blue) = 236+53+177=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35B1 is #13CA4E. Grayscale: #797979. Windows color (decimal): -1296975 or 11613676. OLE color: 11613676.
HSL color Cylindrical-coordinate representation of color #EC35B1: hue angle of 319.34º 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 #EC35B1 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 177 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.07 |
| HSL | 319.34º | 0.83% | 0.57% | - |
| HSV(B) | 319.34º | 0.78% | 0.93% | - |
| XYZ | 43.8 | 23.55 | 43.83 | - |
| YUV | 121.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 177 | 0 | 0.78 | 0.25 | 0.07 | 319.34 | 0.83 | 0.57 |
| Hex | EC | 35 | B1 | 0 | 4E | 19 | 7 | 13F | 53 | 39 |
| Octal | 354 | 65 | 261 | 0 | 116 | 31 | 7 | 477 | 123 | 71 |
| Binary | 11101100 | 110101 | 10110001 | 0 | 1001110 | 11001 | 111 | 100111111 | 1010011 | 111001 |
Color Harmonies of #EC35B1
Complementary color
Monochromatic Colors of #EC35B1
Black with #EC35B1
Text Example
Text Example
White with #EC35B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35B1; }
p { color: rgb(236,53,177); }
H1.HeaderClassName
{
color: #EC35B1;
}
.AnyTagClassName
{
color: #EC35B1;
}
</style>
background-color css
<style>
a { background-color: #EC35B1; }
a { background-color: rgb(236,53,177); }
div.DivClassName
{
background-color: #EC35B1;
}
.BgClassName
{
background-color: #EC35B1;
}
</style>
border-color css
<style>
span { border-color: #EC35B1; }
span { border-color: rgb(236,53,177); }
td.TdClassName
{
border-color: #EC35B1;
}
.TagClassName
{
border-color: #EC35B1;
}
</style>