Shades of Brilliant Rose #E14E9E
Tints of Brilliant Rose #E14E9E
RGB
CMYK
RGB Variations
Color information
#E14E9E (or 0xE14E9E) is known color: Brilliant Rose. HEX triplet: E1, 4E and 9E. RGB value is (225,78,158). Sum of RGB (Red+Green+Blue) = 225+78+158=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E9E is #1EB161. Grayscale: #828282. Windows color (decimal): -2011490 or 10374881. OLE color: 10374881.
HSL color Cylindrical-coordinate representation of color #E14E9E: hue angle of 327.35º 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 #E14E9E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 158 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.12 |
| HSL | 327.35º | 0.71% | 0.59% | - |
| HSV(B) | 327.35º | 0.65% | 0.88% | - |
| XYZ | 39.95 | 23.92 | 34.86 | - |
| YUV | 131.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 158 | 0 | 0.65 | 0.30 | 0.12 | 327.35 | 0.71 | 0.59 |
| Hex | E1 | 4E | 9E | 0 | 41 | 1E | C | 147 | 47 | 3B |
| Octal | 341 | 116 | 236 | 0 | 101 | 36 | 14 | 507 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10011110 | 0 | 1000001 | 11110 | 1100 | 101000111 | 1000111 | 111011 |
Color Harmonies of #E14E9E
Complementary color
Monochromatic Colors of #E14E9E
Black with #E14E9E
Text Example
Text Example
White with #E14E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E9E; }
p { color: rgb(225,78,158); }
H1.HeaderClassName
{
color: #E14E9E;
}
.AnyTagClassName
{
color: #E14E9E;
}
</style>
background-color css
<style>
a { background-color: #E14E9E; }
a { background-color: rgb(225,78,158); }
div.DivClassName
{
background-color: #E14E9E;
}
.BgClassName
{
background-color: #E14E9E;
}
</style>
border-color css
<style>
span { border-color: #E14E9E; }
span { border-color: rgb(225,78,158); }
td.TdClassName
{
border-color: #E14E9E;
}
.TagClassName
{
border-color: #E14E9E;
}
</style>