Shades of Brilliant Rose #E850A8
Tints of Brilliant Rose #E850A8
RGB
CMYK
RGB Variations
Color information
#E850A8 (or 0xE850A8) is known color: Brilliant Rose. HEX triplet: E8, 50 and A8. RGB value is (232,80,168). Sum of RGB (Red+Green+Blue) = 232+80+168=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E850A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E850A8 is #17AF57. Grayscale: #878787. Windows color (decimal): -1552216 or 11030760. OLE color: 11030760.
HSL color Cylindrical-coordinate representation of color #E850A8: hue angle of 325.26º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850A8 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 168 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.09 |
| HSL | 325.26º | 0.77% | 0.61% | - |
| HSV(B) | 325.26º | 0.66% | 0.91% | - |
| XYZ | 43.22 | 25.72 | 39.73 | - |
| YUV | 135.48 | 146.36 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 168 | 0 | 0.66 | 0.28 | 0.09 | 325.26 | 0.77 | 0.61 |
| Hex | E8 | 50 | A8 | 0 | 42 | 1C | 9 | 145 | 4D | 3D |
| Octal | 350 | 120 | 250 | 0 | 102 | 34 | 11 | 505 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10101000 | 0 | 1000010 | 11100 | 1001 | 101000101 | 1001101 | 111101 |
Color Harmonies of #E850A8
Complementary color
Monochromatic Colors of #E850A8
Black with #E850A8
Text Example
Text Example
White with #E850A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850A8; }
p { color: rgb(232,80,168); }
H1.HeaderClassName
{
color: #E850A8;
}
.AnyTagClassName
{
color: #E850A8;
}
</style>
background-color css
<style>
a { background-color: #E850A8; }
a { background-color: rgb(232,80,168); }
div.DivClassName
{
background-color: #E850A8;
}
.BgClassName
{
background-color: #E850A8;
}
</style>
border-color css
<style>
span { border-color: #E850A8; }
span { border-color: rgb(232,80,168); }
td.TdClassName
{
border-color: #E850A8;
}
.TagClassName
{
border-color: #E850A8;
}
</style>