Shades of Brilliant Rose #E14DAB
Tints of Brilliant Rose #E14DAB
RGB
CMYK
RGB Variations
Color information
#E14DAB (or 0xE14DAB) is known color: Brilliant Rose. HEX triplet: E1, 4D and AB. RGB value is (225,77,171). Sum of RGB (Red+Green+Blue) = 225+77+171=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DAB is #1EB254. Grayscale: #838383. Windows color (decimal): -2011733 or 11226593. OLE color: 11226593.
HSL color Cylindrical-coordinate representation of color #E14DAB: hue angle of 321.89º 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 #E14DAB is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 171 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.12 |
| HSL | 321.89º | 0.71% | 0.59% | - |
| HSV(B) | 321.89º | 0.66% | 0.88% | - |
| XYZ | 41.06 | 24.26 | 41.05 | - |
| YUV | 131.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 171 | 0 | 0.66 | 0.24 | 0.12 | 321.89 | 0.71 | 0.59 |
| Hex | E1 | 4D | AB | 0 | 42 | 18 | C | 142 | 47 | 3B |
| Octal | 341 | 115 | 253 | 0 | 102 | 30 | 14 | 502 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10101011 | 0 | 1000010 | 11000 | 1100 | 101000010 | 1000111 | 111011 |
Color Harmonies of #E14DAB
Complementary color
Monochromatic Colors of #E14DAB
Black with #E14DAB
Text Example
Text Example
White with #E14DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DAB; }
p { color: rgb(225,77,171); }
H1.HeaderClassName
{
color: #E14DAB;
}
.AnyTagClassName
{
color: #E14DAB;
}
</style>
background-color css
<style>
a { background-color: #E14DAB; }
a { background-color: rgb(225,77,171); }
div.DivClassName
{
background-color: #E14DAB;
}
.BgClassName
{
background-color: #E14DAB;
}
</style>
border-color css
<style>
span { border-color: #E14DAB; }
span { border-color: rgb(225,77,171); }
td.TdClassName
{
border-color: #E14DAB;
}
.TagClassName
{
border-color: #E14DAB;
}
</style>