Shades of Persian Rose #EC33B0
Tints of Persian Rose #EC33B0
RGB
CMYK
RGB Variations
Color information
#EC33B0 (or 0xEC33B0) is known color: Persian Rose. HEX triplet: EC, 33 and B0. RGB value is (236,51,176). Sum of RGB (Red+Green+Blue) = 236+51+176=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC33B0 is #13CC4F. Grayscale: #787878. Windows color (decimal): -1297488 or 11547628. OLE color: 11547628.
HSL color Cylindrical-coordinate representation of color #EC33B0: hue angle of 319.46º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC33B0 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 176 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.07 |
| HSL | 319.46º | 0.83% | 0.56% | - |
| HSV(B) | 319.46º | 0.78% | 0.93% | - |
| XYZ | 43.61 | 23.34 | 43.28 | - |
| YUV | 120.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 176 | 0 | 0.78 | 0.25 | 0.07 | 319.46 | 0.83 | 0.56 |
| Hex | EC | 33 | B0 | 0 | 4E | 19 | 7 | 13F | 53 | 38 |
| Octal | 354 | 63 | 260 | 0 | 116 | 31 | 7 | 477 | 123 | 70 |
| Binary | 11101100 | 110011 | 10110000 | 0 | 1001110 | 11001 | 111 | 100111111 | 1010011 | 111000 |
Color Harmonies of #EC33B0
Complementary color
Monochromatic Colors of #EC33B0
Black with #EC33B0
Text Example
Text Example
White with #EC33B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33B0; }
p { color: rgb(236,51,176); }
H1.HeaderClassName
{
color: #EC33B0;
}
.AnyTagClassName
{
color: #EC33B0;
}
</style>
background-color css
<style>
a { background-color: #EC33B0; }
a { background-color: rgb(236,51,176); }
div.DivClassName
{
background-color: #EC33B0;
}
.BgClassName
{
background-color: #EC33B0;
}
</style>
border-color css
<style>
span { border-color: #EC33B0; }
span { border-color: rgb(236,51,176); }
td.TdClassName
{
border-color: #EC33B0;
}
.TagClassName
{
border-color: #EC33B0;
}
</style>