Shades of Brilliant Rose #E45DAB
Tints of Brilliant Rose #E45DAB
RGB
CMYK
RGB Variations
Color information
#E45DAB (or 0xE45DAB) is known color: Brilliant Rose. HEX triplet: E4, 5D and AB. RGB value is (228,93,171). Sum of RGB (Red+Green+Blue) = 228+93+171=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DAB is #1BA254. Grayscale: #8E8E8E. Windows color (decimal): -1811029 or 11230692. OLE color: 11230692.
HSL color Cylindrical-coordinate representation of color #E45DAB: hue angle of 325.33º 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 #E45DAB is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 171 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.11 |
| HSL | 325.33º | 0.71% | 0.63% | - |
| HSV(B) | 325.33º | 0.59% | 0.89% | - |
| XYZ | 43.26 | 27.26 | 41.51 | - |
| YUV | 142.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 171 | 0 | 0.59 | 0.25 | 0.11 | 325.33 | 0.71 | 0.63 |
| Hex | E4 | 5D | AB | 0 | 3B | 19 | B | 145 | 47 | 3F |
| Octal | 344 | 135 | 253 | 0 | 73 | 31 | 13 | 505 | 107 | 77 |
| Binary | 11100100 | 1011101 | 10101011 | 0 | 111011 | 11001 | 1011 | 101000101 | 1000111 | 111111 |
Color Harmonies of #E45DAB
Complementary color
Monochromatic Colors of #E45DAB
Black with #E45DAB
Text Example
Text Example
White with #E45DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DAB; }
p { color: rgb(228,93,171); }
H1.HeaderClassName
{
color: #E45DAB;
}
.AnyTagClassName
{
color: #E45DAB;
}
</style>
background-color css
<style>
a { background-color: #E45DAB; }
a { background-color: rgb(228,93,171); }
div.DivClassName
{
background-color: #E45DAB;
}
.BgClassName
{
background-color: #E45DAB;
}
</style>
border-color css
<style>
span { border-color: #E45DAB; }
span { border-color: rgb(228,93,171); }
td.TdClassName
{
border-color: #E45DAB;
}
.TagClassName
{
border-color: #E45DAB;
}
</style>