Shades of Brilliant Rose #E848AA
Tints of Brilliant Rose #E848AA
RGB
CMYK
RGB Variations
Color information
#E848AA (or 0xE848AA) is known color: Brilliant Rose. HEX triplet: E8, 48 and AA. RGB value is (232,72,170). Sum of RGB (Red+Green+Blue) = 232+72+170=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E848AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E848AA is #17B755. Grayscale: #828282. Windows color (decimal): -1554262 or 11159784. OLE color: 11159784.
HSL color Cylindrical-coordinate representation of color #E848AA: hue angle of 323.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E848AA is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 170 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.09 |
| HSL | 323.25º | 0.78% | 0.6% | - |
| HSV(B) | 323.25º | 0.69% | 0.91% | - |
| XYZ | 42.85 | 24.69 | 40.54 | - |
| YUV | 131.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 170 | 0 | 0.69 | 0.27 | 0.09 | 323.25 | 0.78 | 0.6 |
| Hex | E8 | 48 | AA | 0 | 45 | 1B | 9 | 143 | 4E | 3C |
| Octal | 350 | 110 | 252 | 0 | 105 | 33 | 11 | 503 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10101010 | 0 | 1000101 | 11011 | 1001 | 101000011 | 1001110 | 111100 |
Color Harmonies of #E848AA
Complementary color
Monochromatic Colors of #E848AA
Black with #E848AA
Text Example
Text Example
White with #E848AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E848AA; }
p { color: rgb(232,72,170); }
H1.HeaderClassName
{
color: #E848AA;
}
.AnyTagClassName
{
color: #E848AA;
}
</style>
background-color css
<style>
a { background-color: #E848AA; }
a { background-color: rgb(232,72,170); }
div.DivClassName
{
background-color: #E848AA;
}
.BgClassName
{
background-color: #E848AA;
}
</style>
border-color css
<style>
span { border-color: #E848AA; }
span { border-color: rgb(232,72,170); }
td.TdClassName
{
border-color: #E848AA;
}
.TagClassName
{
border-color: #E848AA;
}
</style>