Shades of Persian Rose #EC1C9F
Tints of Persian Rose #EC1C9F
RGB
CMYK
RGB Variations
Color information
#EC1C9F (or 0xEC1C9F) is known color: Persian Rose. HEX triplet: EC, 1C and 9F. RGB value is (236,28,159). Sum of RGB (Red+Green+Blue) = 236+28+159=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C9F is #13E360. Grayscale: #686868. Windows color (decimal): -1303393 or 10427628. OLE color: 10427628.
HSL color Cylindrical-coordinate representation of color #EC1C9F: hue angle of 322.21º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C9F is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 159 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.07 |
| HSL | 322.21º | 0.85% | 0.52% | - |
| HSV(B) | 322.21º | 0.88% | 0.93% | - |
| XYZ | 41.27 | 21.17 | 34.71 | - |
| YUV | 105.13 | 158.41 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 159 | 0 | 0.88 | 0.33 | 0.07 | 322.21 | 0.85 | 0.52 |
| Hex | EC | 1C | 9F | 0 | 58 | 21 | 7 | 142 | 55 | 34 |
| Octal | 354 | 34 | 237 | 0 | 130 | 41 | 7 | 502 | 125 | 64 |
| Binary | 11101100 | 11100 | 10011111 | 0 | 1011000 | 100001 | 111 | 101000010 | 1010101 | 110100 |
Color Harmonies of #EC1C9F
Complementary color
Monochromatic Colors of #EC1C9F
Black with #EC1C9F
Text Example
Text Example
White with #EC1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C9F; }
p { color: rgb(236,28,159); }
H1.HeaderClassName
{
color: #EC1C9F;
}
.AnyTagClassName
{
color: #EC1C9F;
}
</style>
background-color css
<style>
a { background-color: #EC1C9F; }
a { background-color: rgb(236,28,159); }
div.DivClassName
{
background-color: #EC1C9F;
}
.BgClassName
{
background-color: #EC1C9F;
}
</style>
border-color css
<style>
span { border-color: #EC1C9F; }
span { border-color: rgb(236,28,159); }
td.TdClassName
{
border-color: #EC1C9F;
}
.TagClassName
{
border-color: #EC1C9F;
}
</style>