Shades of Brilliant Rose #E848AD
Tints of Brilliant Rose #E848AD
RGB
CMYK
RGB Variations
Color information
#E848AD (or 0xE848AD) is known color: Brilliant Rose. HEX triplet: E8, 48 and AD. RGB value is (232,72,173). Sum of RGB (Red+Green+Blue) = 232+72+173=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E848AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E848AD is #17B752. Grayscale: #838383. Windows color (decimal): -1554259 or 11356392. OLE color: 11356392.
HSL color Cylindrical-coordinate representation of color #E848AD: hue angle of 322.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 #E848AD is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 173 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.09 |
| HSL | 322.13º | 0.78% | 0.6% | - |
| HSV(B) | 322.13º | 0.69% | 0.91% | - |
| XYZ | 43.14 | 24.81 | 42.05 | - |
| YUV | 131.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 173 | 0 | 0.69 | 0.25 | 0.09 | 322.13 | 0.78 | 0.6 |
| Hex | E8 | 48 | AD | 0 | 45 | 19 | 9 | 142 | 4E | 3C |
| Octal | 350 | 110 | 255 | 0 | 105 | 31 | 11 | 502 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10101101 | 0 | 1000101 | 11001 | 1001 | 101000010 | 1001110 | 111100 |
Color Harmonies of #E848AD
Complementary color
Monochromatic Colors of #E848AD
Black with #E848AD
Text Example
Text Example
White with #E848AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E848AD; }
p { color: rgb(232,72,173); }
H1.HeaderClassName
{
color: #E848AD;
}
.AnyTagClassName
{
color: #E848AD;
}
</style>
background-color css
<style>
a { background-color: #E848AD; }
a { background-color: rgb(232,72,173); }
div.DivClassName
{
background-color: #E848AD;
}
.BgClassName
{
background-color: #E848AD;
}
</style>
border-color css
<style>
span { border-color: #E848AD; }
span { border-color: rgb(232,72,173); }
td.TdClassName
{
border-color: #E848AD;
}
.TagClassName
{
border-color: #E848AD;
}
</style>