Shades of Brilliant Rose #E14DA7
Tints of Brilliant Rose #E14DA7
RGB
CMYK
RGB Variations
Color information
#E14DA7 (or 0xE14DA7) is known color: Brilliant Rose. HEX triplet: E1, 4D and A7. RGB value is (225,77,167). Sum of RGB (Red+Green+Blue) = 225+77+167=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DA7 is #1EB258. Grayscale: #838383. Windows color (decimal): -2011737 or 10964449. OLE color: 10964449.
HSL color Cylindrical-coordinate representation of color #E14DA7: hue angle of 323.51º 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 #E14DA7 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 167 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.12 |
| HSL | 323.51º | 0.71% | 0.59% | - |
| HSV(B) | 323.51º | 0.66% | 0.88% | - |
| XYZ | 40.68 | 24.11 | 39.07 | - |
| YUV | 131.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 167 | 0 | 0.66 | 0.26 | 0.12 | 323.51 | 0.71 | 0.59 |
| Hex | E1 | 4D | A7 | 0 | 42 | 1A | C | 144 | 47 | 3B |
| Octal | 341 | 115 | 247 | 0 | 102 | 32 | 14 | 504 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10100111 | 0 | 1000010 | 11010 | 1100 | 101000100 | 1000111 | 111011 |
Color Harmonies of #E14DA7
Complementary color
Monochromatic Colors of #E14DA7
Black with #E14DA7
Text Example
Text Example
White with #E14DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DA7; }
p { color: rgb(225,77,167); }
H1.HeaderClassName
{
color: #E14DA7;
}
.AnyTagClassName
{
color: #E14DA7;
}
</style>
background-color css
<style>
a { background-color: #E14DA7; }
a { background-color: rgb(225,77,167); }
div.DivClassName
{
background-color: #E14DA7;
}
.BgClassName
{
background-color: #E14DA7;
}
</style>
border-color css
<style>
span { border-color: #E14DA7; }
span { border-color: rgb(225,77,167); }
td.TdClassName
{
border-color: #E14DA7;
}
.TagClassName
{
border-color: #E14DA7;
}
</style>