Shades of Brilliant Rose #E848B0
Tints of Brilliant Rose #E848B0
RGB
CMYK
RGB Variations
Color information
#E848B0 (or 0xE848B0) is known color: Brilliant Rose. HEX triplet: E8, 48 and B0. RGB value is (232,72,176). Sum of RGB (Red+Green+Blue) = 232+72+176=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E848B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E848B0 is #17B74F. Grayscale: #838383. Windows color (decimal): -1554256 or 11553000. OLE color: 11553000.
HSL color Cylindrical-coordinate representation of color #E848B0: hue angle of 321º 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 #E848B0 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 176 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.09 |
| HSL | 321º | 0.78% | 0.6% | - |
| HSV(B) | 321º | 0.69% | 0.91% | - |
| XYZ | 43.43 | 24.93 | 43.6 | - |
| YUV | 131.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 176 | 0 | 0.69 | 0.24 | 0.09 | 321 | 0.78 | 0.6 |
| Hex | E8 | 48 | B0 | 0 | 45 | 18 | 9 | 141 | 4E | 3C |
| Octal | 350 | 110 | 260 | 0 | 105 | 30 | 11 | 501 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10110000 | 0 | 1000101 | 11000 | 1001 | 101000001 | 1001110 | 111100 |
Color Harmonies of #E848B0
Complementary color
Monochromatic Colors of #E848B0
Black with #E848B0
Text Example
Text Example
White with #E848B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E848B0; }
p { color: rgb(232,72,176); }
H1.HeaderClassName
{
color: #E848B0;
}
.AnyTagClassName
{
color: #E848B0;
}
</style>
background-color css
<style>
a { background-color: #E848B0; }
a { background-color: rgb(232,72,176); }
div.DivClassName
{
background-color: #E848B0;
}
.BgClassName
{
background-color: #E848B0;
}
</style>
border-color css
<style>
span { border-color: #E848B0; }
span { border-color: rgb(232,72,176); }
td.TdClassName
{
border-color: #E848B0;
}
.TagClassName
{
border-color: #E848B0;
}
</style>