Shades of Persian Rose #EC299B
Tints of Persian Rose #EC299B
RGB
CMYK
RGB Variations
Color information
#EC299B (or 0xEC299B) is known color: Persian Rose. HEX triplet: EC, 29 and 9B. RGB value is (236,41,155). Sum of RGB (Red+Green+Blue) = 236+41+155=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC299B is #13D664. Grayscale: #707070. Windows color (decimal): -1300069 or 10168812. OLE color: 10168812.
HSL color Cylindrical-coordinate representation of color #EC299B: hue angle of 324.92º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC299B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 155 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.07 |
| HSL | 324.92º | 0.84% | 0.54% | - |
| HSV(B) | 324.92º | 0.83% | 0.93% | - |
| XYZ | 41.3 | 21.79 | 33.04 | - |
| YUV | 112.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 155 | 0 | 0.83 | 0.34 | 0.07 | 324.92 | 0.84 | 0.54 |
| Hex | EC | 29 | 9B | 0 | 53 | 22 | 7 | 145 | 54 | 36 |
| Octal | 354 | 51 | 233 | 0 | 123 | 42 | 7 | 505 | 124 | 66 |
| Binary | 11101100 | 101001 | 10011011 | 0 | 1010011 | 100010 | 111 | 101000101 | 1010100 | 110110 |
Color Harmonies of #EC299B
Complementary color
Monochromatic Colors of #EC299B
Black with #EC299B
Text Example
Text Example
White with #EC299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC299B; }
p { color: rgb(236,41,155); }
H1.HeaderClassName
{
color: #EC299B;
}
.AnyTagClassName
{
color: #EC299B;
}
</style>
background-color css
<style>
a { background-color: #EC299B; }
a { background-color: rgb(236,41,155); }
div.DivClassName
{
background-color: #EC299B;
}
.BgClassName
{
background-color: #EC299B;
}
</style>
border-color css
<style>
span { border-color: #EC299B; }
span { border-color: rgb(236,41,155); }
td.TdClassName
{
border-color: #EC299B;
}
.TagClassName
{
border-color: #EC299B;
}
</style>