Shades of Brilliant Rose #E861A2
Tints of Brilliant Rose #E861A2
RGB
CMYK
RGB Variations
Color information
#E861A2 (or 0xE861A2) is known color: Brilliant Rose. HEX triplet: E8, 61 and A2. RGB value is (232,97,162). Sum of RGB (Red+Green+Blue) = 232+97+162=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E861A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E861A2 is #179E5D. Grayscale: #909090. Windows color (decimal): -1547870 or 10641896. OLE color: 10641896.
HSL color Cylindrical-coordinate representation of color #E861A2: hue angle of 331.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E861A2 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 162 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.09 |
| HSL | 331.11º | 0.75% | 0.65% | - |
| HSV(B) | 331.11º | 0.58% | 0.91% | - |
| XYZ | 44.07 | 28.31 | 37.32 | - |
| YUV | 144.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 162 | 0 | 0.58 | 0.30 | 0.09 | 331.11 | 0.75 | 0.65 |
| Hex | E8 | 61 | A2 | 0 | 3A | 1E | 9 | 14B | 4B | 41 |
| Octal | 350 | 141 | 242 | 0 | 72 | 36 | 11 | 513 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10100010 | 0 | 111010 | 11110 | 1001 | 101001011 | 1001011 | 1000001 |
Color Harmonies of #E861A2
Complementary color
Monochromatic Colors of #E861A2
Black with #E861A2
Text Example
Text Example
White with #E861A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861A2; }
p { color: rgb(232,97,162); }
H1.HeaderClassName
{
color: #E861A2;
}
.AnyTagClassName
{
color: #E861A2;
}
</style>
background-color css
<style>
a { background-color: #E861A2; }
a { background-color: rgb(232,97,162); }
div.DivClassName
{
background-color: #E861A2;
}
.BgClassName
{
background-color: #E861A2;
}
</style>
border-color css
<style>
span { border-color: #E861A2; }
span { border-color: rgb(232,97,162); }
td.TdClassName
{
border-color: #E861A2;
}
.TagClassName
{
border-color: #E861A2;
}
</style>