Shades of Persian Rose #EC309F
Tints of Persian Rose #EC309F
RGB
CMYK
RGB Variations
Color information
#EC309F (or 0xEC309F) is known color: Persian Rose. HEX triplet: EC, 30 and 9F. RGB value is (236,48,159). Sum of RGB (Red+Green+Blue) = 236+48+159=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC309F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC309F is #13CF60. Grayscale: #747474. Windows color (decimal): -1298273 or 10432748. OLE color: 10432748.
HSL color Cylindrical-coordinate representation of color #EC309F: hue angle of 324.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC309F is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 159 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.07 |
| HSL | 324.57º | 0.83% | 0.56% | - |
| HSV(B) | 324.57º | 0.8% | 0.93% | - |
| XYZ | 41.91 | 22.45 | 34.93 | - |
| YUV | 116.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 159 | 0 | 0.80 | 0.33 | 0.07 | 324.57 | 0.83 | 0.56 |
| Hex | EC | 30 | 9F | 0 | 50 | 21 | 7 | 145 | 53 | 38 |
| Octal | 354 | 60 | 237 | 0 | 120 | 41 | 7 | 505 | 123 | 70 |
| Binary | 11101100 | 110000 | 10011111 | 0 | 1010000 | 100001 | 111 | 101000101 | 1010011 | 111000 |
Color Harmonies of #EC309F
Complementary color
Monochromatic Colors of #EC309F
Black with #EC309F
Text Example
Text Example
White with #EC309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC309F; }
p { color: rgb(236,48,159); }
H1.HeaderClassName
{
color: #EC309F;
}
.AnyTagClassName
{
color: #EC309F;
}
</style>
background-color css
<style>
a { background-color: #EC309F; }
a { background-color: rgb(236,48,159); }
div.DivClassName
{
background-color: #EC309F;
}
.BgClassName
{
background-color: #EC309F;
}
</style>
border-color css
<style>
span { border-color: #EC309F; }
span { border-color: rgb(236,48,159); }
td.TdClassName
{
border-color: #EC309F;
}
.TagClassName
{
border-color: #EC309F;
}
</style>