Shades of Brilliant Rose #E850A2
Tints of Brilliant Rose #E850A2
RGB
CMYK
RGB Variations
Color information
#E850A2 (or 0xE850A2) is known color: Brilliant Rose. HEX triplet: E8, 50 and A2. RGB value is (232,80,162). Sum of RGB (Red+Green+Blue) = 232+80+162=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E850A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E850A2 is #17AF5D. Grayscale: #868686. Windows color (decimal): -1552222 or 10637544. OLE color: 10637544.
HSL color Cylindrical-coordinate representation of color #E850A2: hue angle of 327.63º 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 #E850A2 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 162 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.09 |
| HSL | 327.63º | 0.77% | 0.61% | - |
| HSV(B) | 327.63º | 0.66% | 0.91% | - |
| XYZ | 42.67 | 25.5 | 36.86 | - |
| YUV | 134.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 162 | 0 | 0.66 | 0.30 | 0.09 | 327.63 | 0.77 | 0.61 |
| Hex | E8 | 50 | A2 | 0 | 42 | 1E | 9 | 148 | 4D | 3D |
| Octal | 350 | 120 | 242 | 0 | 102 | 36 | 11 | 510 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10100010 | 0 | 1000010 | 11110 | 1001 | 101001000 | 1001101 | 111101 |
Color Harmonies of #E850A2
Complementary color
Monochromatic Colors of #E850A2
Black with #E850A2
Text Example
Text Example
White with #E850A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850A2; }
p { color: rgb(232,80,162); }
H1.HeaderClassName
{
color: #E850A2;
}
.AnyTagClassName
{
color: #E850A2;
}
</style>
background-color css
<style>
a { background-color: #E850A2; }
a { background-color: rgb(232,80,162); }
div.DivClassName
{
background-color: #E850A2;
}
.BgClassName
{
background-color: #E850A2;
}
</style>
border-color css
<style>
span { border-color: #E850A2; }
span { border-color: rgb(232,80,162); }
td.TdClassName
{
border-color: #E850A2;
}
.TagClassName
{
border-color: #E850A2;
}
</style>