Shades of Brilliant Rose #E14D9E
Tints of Brilliant Rose #E14D9E
RGB
CMYK
RGB Variations
Color information
#E14D9E (or 0xE14D9E) is known color: Brilliant Rose. HEX triplet: E1, 4D and 9E. RGB value is (225,77,158). Sum of RGB (Red+Green+Blue) = 225+77+158=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D9E is #1EB261. Grayscale: #828282. Windows color (decimal): -2011746 or 10374625. OLE color: 10374625.
HSL color Cylindrical-coordinate representation of color #E14D9E: hue angle of 327.16º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D9E is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 158 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.12 |
| HSL | 327.16º | 0.71% | 0.59% | - |
| HSV(B) | 327.16º | 0.66% | 0.88% | - |
| XYZ | 39.88 | 23.78 | 34.84 | - |
| YUV | 130.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 158 | 0 | 0.66 | 0.30 | 0.12 | 327.16 | 0.71 | 0.59 |
| Hex | E1 | 4D | 9E | 0 | 42 | 1E | C | 147 | 47 | 3B |
| Octal | 341 | 115 | 236 | 0 | 102 | 36 | 14 | 507 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10011110 | 0 | 1000010 | 11110 | 1100 | 101000111 | 1000111 | 111011 |
Color Harmonies of #E14D9E
Complementary color
Monochromatic Colors of #E14D9E
Black with #E14D9E
Text Example
Text Example
White with #E14D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D9E; }
p { color: rgb(225,77,158); }
H1.HeaderClassName
{
color: #E14D9E;
}
.AnyTagClassName
{
color: #E14D9E;
}
</style>
background-color css
<style>
a { background-color: #E14D9E; }
a { background-color: rgb(225,77,158); }
div.DivClassName
{
background-color: #E14D9E;
}
.BgClassName
{
background-color: #E14D9E;
}
</style>
border-color css
<style>
span { border-color: #E14D9E; }
span { border-color: rgb(225,77,158); }
td.TdClassName
{
border-color: #E14D9E;
}
.TagClassName
{
border-color: #E14D9E;
}
</style>