Shades of Brilliant Rose #E848B5
Tints of Brilliant Rose #E848B5
RGB
CMYK
RGB Variations
Color information
#E848B5 (or 0xE848B5) is known color: Brilliant Rose. HEX triplet: E8, 48 and B5. RGB value is (232,72,181). Sum of RGB (Red+Green+Blue) = 232+72+181=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E848B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E848B5 is #17B74A. Grayscale: #838383. Windows color (decimal): -1554251 or 11880680. OLE color: 11880680.
HSL color Cylindrical-coordinate representation of color #E848B5: hue angle of 319.12º 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 #E848B5 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 181 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.09 |
| HSL | 319.13º | 0.78% | 0.6% | - |
| HSV(B) | 319.13º | 0.69% | 0.91% | - |
| XYZ | 43.94 | 25.13 | 46.25 | - |
| YUV | 132.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 181 | 0 | 0.69 | 0.22 | 0.09 | 319.13 | 0.78 | 0.6 |
| Hex | E8 | 48 | B5 | 0 | 45 | 16 | 9 | 13F | 4E | 3C |
| Octal | 350 | 110 | 265 | 0 | 105 | 26 | 11 | 477 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10110101 | 0 | 1000101 | 10110 | 1001 | 100111111 | 1001110 | 111100 |
Color Harmonies of #E848B5
Complementary color
Monochromatic Colors of #E848B5
Black with #E848B5
Text Example
Text Example
White with #E848B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E848B5; }
p { color: rgb(232,72,181); }
H1.HeaderClassName
{
color: #E848B5;
}
.AnyTagClassName
{
color: #E848B5;
}
</style>
background-color css
<style>
a { background-color: #E848B5; }
a { background-color: rgb(232,72,181); }
div.DivClassName
{
background-color: #E848B5;
}
.BgClassName
{
background-color: #E848B5;
}
</style>
border-color css
<style>
span { border-color: #E848B5; }
span { border-color: rgb(232,72,181); }
td.TdClassName
{
border-color: #E848B5;
}
.TagClassName
{
border-color: #E848B5;
}
</style>