Shades of Brilliant Rose #EC459F
Tints of Brilliant Rose #EC459F
RGB
CMYK
RGB Variations
Color information
#EC459F (or 0xEC459F) is known color: Brilliant Rose. HEX triplet: EC, 45 and 9F. RGB value is (236,69,159). Sum of RGB (Red+Green+Blue) = 236+69+159=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC459F is #13BA60. Grayscale: #818181. Windows color (decimal): -1292897 or 10438124. OLE color: 10438124.
HSL color Cylindrical-coordinate representation of color #EC459F: hue angle of 327.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC459F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 159 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.07 |
| HSL | 327.66º | 0.81% | 0.6% | - |
| HSV(B) | 327.66º | 0.71% | 0.93% | - |
| XYZ | 42.98 | 24.59 | 35.28 | - |
| YUV | 129.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 159 | 0 | 0.71 | 0.33 | 0.07 | 327.66 | 0.81 | 0.6 |
| Hex | EC | 45 | 9F | 0 | 47 | 21 | 7 | 148 | 51 | 3C |
| Octal | 354 | 105 | 237 | 0 | 107 | 41 | 7 | 510 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10011111 | 0 | 1000111 | 100001 | 111 | 101001000 | 1010001 | 111100 |
Color Harmonies of #EC459F
Complementary color
Monochromatic Colors of #EC459F
Black with #EC459F
Text Example
Text Example
White with #EC459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC459F; }
p { color: rgb(236,69,159); }
H1.HeaderClassName
{
color: #EC459F;
}
.AnyTagClassName
{
color: #EC459F;
}
</style>
background-color css
<style>
a { background-color: #EC459F; }
a { background-color: rgb(236,69,159); }
div.DivClassName
{
background-color: #EC459F;
}
.BgClassName
{
background-color: #EC459F;
}
</style>
border-color css
<style>
span { border-color: #EC459F; }
span { border-color: rgb(236,69,159); }
td.TdClassName
{
border-color: #EC459F;
}
.TagClassName
{
border-color: #EC459F;
}
</style>