Shades of Brilliant Rose #E14DB1
Tints of Brilliant Rose #E14DB1
RGB
CMYK
RGB Variations
Color information
#E14DB1 (or 0xE14DB1) is known color: Brilliant Rose. HEX triplet: E1, 4D and B1. RGB value is (225,77,177). Sum of RGB (Red+Green+Blue) = 225+77+177=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DB1 is #1EB24E. Grayscale: #848484. Windows color (decimal): -2011727 or 11619809. OLE color: 11619809.
HSL color Cylindrical-coordinate representation of color #E14DB1: hue angle of 319.46º 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 #E14DB1 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 177 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.12 |
| HSL | 319.46º | 0.71% | 0.59% | - |
| HSV(B) | 319.46º | 0.66% | 0.88% | - |
| XYZ | 41.64 | 24.49 | 44.13 | - |
| YUV | 132.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 177 | 0 | 0.66 | 0.21 | 0.12 | 319.46 | 0.71 | 0.59 |
| Hex | E1 | 4D | B1 | 0 | 42 | 15 | C | 13F | 47 | 3B |
| Octal | 341 | 115 | 261 | 0 | 102 | 25 | 14 | 477 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10110001 | 0 | 1000010 | 10101 | 1100 | 100111111 | 1000111 | 111011 |
Color Harmonies of #E14DB1
Complementary color
Monochromatic Colors of #E14DB1
Black with #E14DB1
Text Example
Text Example
White with #E14DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DB1; }
p { color: rgb(225,77,177); }
H1.HeaderClassName
{
color: #E14DB1;
}
.AnyTagClassName
{
color: #E14DB1;
}
</style>
background-color css
<style>
a { background-color: #E14DB1; }
a { background-color: rgb(225,77,177); }
div.DivClassName
{
background-color: #E14DB1;
}
.BgClassName
{
background-color: #E14DB1;
}
</style>
border-color css
<style>
span { border-color: #E14DB1; }
span { border-color: rgb(225,77,177); }
td.TdClassName
{
border-color: #E14DB1;
}
.TagClassName
{
border-color: #E14DB1;
}
</style>