Shades of Brilliant Rose #E45DAC
Tints of Brilliant Rose #E45DAC
RGB
CMYK
RGB Variations
Color information
#E45DAC (or 0xE45DAC) is known color: Brilliant Rose. HEX triplet: E4, 5D and AC. RGB value is (228,93,172). Sum of RGB (Red+Green+Blue) = 228+93+172=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DAC is #1BA253. Grayscale: #8E8E8E. Windows color (decimal): -1811028 or 11296228. OLE color: 11296228.
HSL color Cylindrical-coordinate representation of color #E45DAC: hue angle of 324.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DAC is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 172 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.11 |
| HSL | 324.89º | 0.71% | 0.63% | - |
| HSV(B) | 324.89º | 0.59% | 0.89% | - |
| XYZ | 43.36 | 27.3 | 42.01 | - |
| YUV | 142.37 | 144.73 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 172 | 0 | 0.59 | 0.25 | 0.11 | 324.89 | 0.71 | 0.63 |
| Hex | E4 | 5D | AC | 0 | 3B | 19 | B | 145 | 47 | 3F |
| Octal | 344 | 135 | 254 | 0 | 73 | 31 | 13 | 505 | 107 | 77 |
| Binary | 11100100 | 1011101 | 10101100 | 0 | 111011 | 11001 | 1011 | 101000101 | 1000111 | 111111 |
Color Harmonies of #E45DAC
Complementary color
Monochromatic Colors of #E45DAC
Black with #E45DAC
Text Example
Text Example
White with #E45DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DAC; }
p { color: rgb(228,93,172); }
H1.HeaderClassName
{
color: #E45DAC;
}
.AnyTagClassName
{
color: #E45DAC;
}
</style>
background-color css
<style>
a { background-color: #E45DAC; }
a { background-color: rgb(228,93,172); }
div.DivClassName
{
background-color: #E45DAC;
}
.BgClassName
{
background-color: #E45DAC;
}
</style>
border-color css
<style>
span { border-color: #E45DAC; }
span { border-color: rgb(228,93,172); }
td.TdClassName
{
border-color: #E45DAC;
}
.TagClassName
{
border-color: #E45DAC;
}
</style>