Shades of Brilliant Rose #E45FAA
Tints of Brilliant Rose #E45FAA
RGB
CMYK
RGB Variations
Color information
#E45FAA (or 0xE45FAA) is known color: Brilliant Rose. HEX triplet: E4, 5F and AA. RGB value is (228,95,170). Sum of RGB (Red+Green+Blue) = 228+95+170=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45FAA is #1BA055. Grayscale: #8F8F8F. Windows color (decimal): -1810518 or 11165668. OLE color: 11165668.
HSL color Cylindrical-coordinate representation of color #E45FAA: hue angle of 326.17º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FAA is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 170 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.11 |
| HSL | 326.17º | 0.71% | 0.63% | - |
| HSV(B) | 326.17º | 0.58% | 0.89% | - |
| XYZ | 43.34 | 27.58 | 41.07 | - |
| YUV | 143.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 170 | 0 | 0.58 | 0.25 | 0.11 | 326.17 | 0.71 | 0.63 |
| Hex | E4 | 5F | AA | 0 | 3A | 19 | B | 146 | 47 | 3F |
| Octal | 344 | 137 | 252 | 0 | 72 | 31 | 13 | 506 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10101010 | 0 | 111010 | 11001 | 1011 | 101000110 | 1000111 | 111111 |
Color Harmonies of #E45FAA
Complementary color
Monochromatic Colors of #E45FAA
Black with #E45FAA
Text Example
Text Example
White with #E45FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FAA; }
p { color: rgb(228,95,170); }
H1.HeaderClassName
{
color: #E45FAA;
}
.AnyTagClassName
{
color: #E45FAA;
}
</style>
background-color css
<style>
a { background-color: #E45FAA; }
a { background-color: rgb(228,95,170); }
div.DivClassName
{
background-color: #E45FAA;
}
.BgClassName
{
background-color: #E45FAA;
}
</style>
border-color css
<style>
span { border-color: #E45FAA; }
span { border-color: rgb(228,95,170); }
td.TdClassName
{
border-color: #E45FAA;
}
.TagClassName
{
border-color: #E45FAA;
}
</style>