Shades of Brilliant Rose #E14DA6
Tints of Brilliant Rose #E14DA6
RGB
CMYK
RGB Variations
Color information
#E14DA6 (or 0xE14DA6) is known color: Brilliant Rose. HEX triplet: E1, 4D and A6. RGB value is (225,77,166). Sum of RGB (Red+Green+Blue) = 225+77+166=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DA6 is #1EB259. Grayscale: #838383. Windows color (decimal): -2011738 or 10898913. OLE color: 10898913.
HSL color Cylindrical-coordinate representation of color #E14DA6: hue angle of 323.92º 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 #E14DA6 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 166 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.12 |
| HSL | 323.92º | 0.71% | 0.59% | - |
| HSV(B) | 323.92º | 0.66% | 0.88% | - |
| XYZ | 40.59 | 24.07 | 38.58 | - |
| YUV | 131.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 166 | 0 | 0.66 | 0.26 | 0.12 | 323.92 | 0.71 | 0.59 |
| Hex | E1 | 4D | A6 | 0 | 42 | 1A | C | 144 | 47 | 3B |
| Octal | 341 | 115 | 246 | 0 | 102 | 32 | 14 | 504 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10100110 | 0 | 1000010 | 11010 | 1100 | 101000100 | 1000111 | 111011 |
Color Harmonies of #E14DA6
Complementary color
Monochromatic Colors of #E14DA6
Black with #E14DA6
Text Example
Text Example
White with #E14DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DA6; }
p { color: rgb(225,77,166); }
H1.HeaderClassName
{
color: #E14DA6;
}
.AnyTagClassName
{
color: #E14DA6;
}
</style>
background-color css
<style>
a { background-color: #E14DA6; }
a { background-color: rgb(225,77,166); }
div.DivClassName
{
background-color: #E14DA6;
}
.BgClassName
{
background-color: #E14DA6;
}
</style>
border-color css
<style>
span { border-color: #E14DA6; }
span { border-color: rgb(225,77,166); }
td.TdClassName
{
border-color: #E14DA6;
}
.TagClassName
{
border-color: #E14DA6;
}
</style>