Shades of Persian Rose #EC299F
Tints of Persian Rose #EC299F
RGB
CMYK
RGB Variations
Color information
#EC299F (or 0xEC299F) is known color: Persian Rose. HEX triplet: EC, 29 and 9F. RGB value is (236,41,159). Sum of RGB (Red+Green+Blue) = 236+41+159=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC299F is #13D660. Grayscale: #707070. Windows color (decimal): -1300065 or 10430956. OLE color: 10430956.
HSL color Cylindrical-coordinate representation of color #EC299F: hue angle of 323.69º 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 #EC299F is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 159 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.07 |
| HSL | 323.69º | 0.84% | 0.54% | - |
| HSV(B) | 323.69º | 0.83% | 0.93% | - |
| XYZ | 41.64 | 21.92 | 34.84 | - |
| YUV | 112.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 159 | 0 | 0.83 | 0.33 | 0.07 | 323.69 | 0.84 | 0.54 |
| Hex | EC | 29 | 9F | 0 | 53 | 21 | 7 | 144 | 54 | 36 |
| Octal | 354 | 51 | 237 | 0 | 123 | 41 | 7 | 504 | 124 | 66 |
| Binary | 11101100 | 101001 | 10011111 | 0 | 1010011 | 100001 | 111 | 101000100 | 1010100 | 110110 |
Color Harmonies of #EC299F
Complementary color
Monochromatic Colors of #EC299F
Black with #EC299F
Text Example
Text Example
White with #EC299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC299F; }
p { color: rgb(236,41,159); }
H1.HeaderClassName
{
color: #EC299F;
}
.AnyTagClassName
{
color: #EC299F;
}
</style>
background-color css
<style>
a { background-color: #EC299F; }
a { background-color: rgb(236,41,159); }
div.DivClassName
{
background-color: #EC299F;
}
.BgClassName
{
background-color: #EC299F;
}
</style>
border-color css
<style>
span { border-color: #EC299F; }
span { border-color: rgb(236,41,159); }
td.TdClassName
{
border-color: #EC299F;
}
.TagClassName
{
border-color: #EC299F;
}
</style>