Shades of Brilliant Rose #E14DB0
Tints of Brilliant Rose #E14DB0
RGB
CMYK
RGB Variations
Color information
#E14DB0 (or 0xE14DB0) is known color: Brilliant Rose. HEX triplet: E1, 4D and B0. RGB value is (225,77,176). Sum of RGB (Red+Green+Blue) = 225+77+176=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DB0 is #1EB24F. Grayscale: #848484. Windows color (decimal): -2011728 or 11554273. OLE color: 11554273.
HSL color Cylindrical-coordinate representation of color #E14DB0: hue angle of 319.86º 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 #E14DB0 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 176 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.12 |
| HSL | 319.86º | 0.71% | 0.59% | - |
| HSV(B) | 319.86º | 0.66% | 0.88% | - |
| XYZ | 41.54 | 24.45 | 43.6 | - |
| YUV | 132.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 176 | 0 | 0.66 | 0.22 | 0.12 | 319.86 | 0.71 | 0.59 |
| Hex | E1 | 4D | B0 | 0 | 42 | 16 | C | 140 | 47 | 3B |
| Octal | 341 | 115 | 260 | 0 | 102 | 26 | 14 | 500 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10110000 | 0 | 1000010 | 10110 | 1100 | 101000000 | 1000111 | 111011 |
Color Harmonies of #E14DB0
Complementary color
Monochromatic Colors of #E14DB0
Black with #E14DB0
Text Example
Text Example
White with #E14DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DB0; }
p { color: rgb(225,77,176); }
H1.HeaderClassName
{
color: #E14DB0;
}
.AnyTagClassName
{
color: #E14DB0;
}
</style>
background-color css
<style>
a { background-color: #E14DB0; }
a { background-color: rgb(225,77,176); }
div.DivClassName
{
background-color: #E14DB0;
}
.BgClassName
{
background-color: #E14DB0;
}
</style>
border-color css
<style>
span { border-color: #E14DB0; }
span { border-color: rgb(225,77,176); }
td.TdClassName
{
border-color: #E14DB0;
}
.TagClassName
{
border-color: #E14DB0;
}
</style>