Shades of Persian Rose #EC279F
Tints of Persian Rose #EC279F
RGB
CMYK
RGB Variations
Color information
#EC279F (or 0xEC279F) is known color: Persian Rose. HEX triplet: EC, 27 and 9F. RGB value is (236,39,159). Sum of RGB (Red+Green+Blue) = 236+39+159=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC279F is #13D860. Grayscale: #6F6F6F. Windows color (decimal): -1300577 or 10430444. OLE color: 10430444.
HSL color Cylindrical-coordinate representation of color #EC279F: hue angle of 323.45º 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 #EC279F is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 159 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.07 |
| HSL | 323.45º | 0.84% | 0.54% | - |
| HSV(B) | 323.45º | 0.83% | 0.93% | - |
| XYZ | 41.58 | 21.79 | 34.81 | - |
| YUV | 111.58 | 154.77 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 159 | 0 | 0.83 | 0.33 | 0.07 | 323.45 | 0.84 | 0.54 |
| Hex | EC | 27 | 9F | 0 | 53 | 21 | 7 | 143 | 54 | 36 |
| Octal | 354 | 47 | 237 | 0 | 123 | 41 | 7 | 503 | 124 | 66 |
| Binary | 11101100 | 100111 | 10011111 | 0 | 1010011 | 100001 | 111 | 101000011 | 1010100 | 110110 |
Color Harmonies of #EC279F
Complementary color
Monochromatic Colors of #EC279F
Black with #EC279F
Text Example
Text Example
White with #EC279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC279F; }
p { color: rgb(236,39,159); }
H1.HeaderClassName
{
color: #EC279F;
}
.AnyTagClassName
{
color: #EC279F;
}
</style>
background-color css
<style>
a { background-color: #EC279F; }
a { background-color: rgb(236,39,159); }
div.DivClassName
{
background-color: #EC279F;
}
.BgClassName
{
background-color: #EC279F;
}
</style>
border-color css
<style>
span { border-color: #EC279F; }
span { border-color: rgb(236,39,159); }
td.TdClassName
{
border-color: #EC279F;
}
.TagClassName
{
border-color: #EC279F;
}
</style>