Shades of Brilliant Rose #E848AC
Tints of Brilliant Rose #E848AC
RGB
CMYK
RGB Variations
Color information
#E848AC (or 0xE848AC) is known color: Brilliant Rose. HEX triplet: E8, 48 and AC. RGB value is (232,72,172). Sum of RGB (Red+Green+Blue) = 232+72+172=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E848AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E848AC is #17B753. Grayscale: #838383. Windows color (decimal): -1554260 or 11290856. OLE color: 11290856.
HSL color Cylindrical-coordinate representation of color #E848AC: hue angle of 322.5º 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 #E848AC is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 172 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.09 |
| HSL | 322.5º | 0.78% | 0.6% | - |
| HSV(B) | 322.5º | 0.69% | 0.91% | - |
| XYZ | 43.04 | 24.77 | 41.54 | - |
| YUV | 131.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 172 | 0 | 0.69 | 0.26 | 0.09 | 322.5 | 0.78 | 0.6 |
| Hex | E8 | 48 | AC | 0 | 45 | 1A | 9 | 142 | 4E | 3C |
| Octal | 350 | 110 | 254 | 0 | 105 | 32 | 11 | 502 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10101100 | 0 | 1000101 | 11010 | 1001 | 101000010 | 1001110 | 111100 |
Color Harmonies of #E848AC
Complementary color
Monochromatic Colors of #E848AC
Black with #E848AC
Text Example
Text Example
White with #E848AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E848AC; }
p { color: rgb(232,72,172); }
H1.HeaderClassName
{
color: #E848AC;
}
.AnyTagClassName
{
color: #E848AC;
}
</style>
background-color css
<style>
a { background-color: #E848AC; }
a { background-color: rgb(232,72,172); }
div.DivClassName
{
background-color: #E848AC;
}
.BgClassName
{
background-color: #E848AC;
}
</style>
border-color css
<style>
span { border-color: #E848AC; }
span { border-color: rgb(232,72,172); }
td.TdClassName
{
border-color: #E848AC;
}
.TagClassName
{
border-color: #E848AC;
}
</style>