Shades of Brilliant Rose #E14E9F
Tints of Brilliant Rose #E14E9F
RGB
CMYK
RGB Variations
Color information
#E14E9F (or 0xE14E9F) is known color: Brilliant Rose. HEX triplet: E1, 4E and 9F. RGB value is (225,78,159). Sum of RGB (Red+Green+Blue) = 225+78+159=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E9F is #1EB160. Grayscale: #838383. Windows color (decimal): -2011489 or 10440417. OLE color: 10440417.
HSL color Cylindrical-coordinate representation of color #E14E9F: hue angle of 326.94º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E9F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 159 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.12 |
| HSL | 326.94º | 0.71% | 0.59% | - |
| HSV(B) | 326.94º | 0.65% | 0.88% | - |
| XYZ | 40.03 | 23.96 | 35.32 | - |
| YUV | 131.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 159 | 0 | 0.65 | 0.29 | 0.12 | 326.94 | 0.71 | 0.59 |
| Hex | E1 | 4E | 9F | 0 | 41 | 1D | C | 147 | 47 | 3B |
| Octal | 341 | 116 | 237 | 0 | 101 | 35 | 14 | 507 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10011111 | 0 | 1000001 | 11101 | 1100 | 101000111 | 1000111 | 111011 |
Color Harmonies of #E14E9F
Complementary color
Monochromatic Colors of #E14E9F
Black with #E14E9F
Text Example
Text Example
White with #E14E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E9F; }
p { color: rgb(225,78,159); }
H1.HeaderClassName
{
color: #E14E9F;
}
.AnyTagClassName
{
color: #E14E9F;
}
</style>
background-color css
<style>
a { background-color: #E14E9F; }
a { background-color: rgb(225,78,159); }
div.DivClassName
{
background-color: #E14E9F;
}
.BgClassName
{
background-color: #E14E9F;
}
</style>
border-color css
<style>
span { border-color: #E14E9F; }
span { border-color: rgb(225,78,159); }
td.TdClassName
{
border-color: #E14E9F;
}
.TagClassName
{
border-color: #E14E9F;
}
</style>