Shades of Brilliant Rose #E861A1
Tints of Brilliant Rose #E861A1
RGB
CMYK
RGB Variations
Color information
#E861A1 (or 0xE861A1) is known color: Brilliant Rose. HEX triplet: E8, 61 and A1. RGB value is (232,97,161). Sum of RGB (Red+Green+Blue) = 232+97+161=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E861A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E861A1 is #179E5E. Grayscale: #909090. Windows color (decimal): -1547871 or 10576360. OLE color: 10576360.
HSL color Cylindrical-coordinate representation of color #E861A1: hue angle of 331.56º 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 #E861A1 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 161 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.09 |
| HSL | 331.56º | 0.75% | 0.65% | - |
| HSV(B) | 331.56º | 0.58% | 0.91% | - |
| XYZ | 43.99 | 28.28 | 36.86 | - |
| YUV | 144.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 161 | 0 | 0.58 | 0.31 | 0.09 | 331.56 | 0.75 | 0.65 |
| Hex | E8 | 61 | A1 | 0 | 3A | 1F | 9 | 14C | 4B | 41 |
| Octal | 350 | 141 | 241 | 0 | 72 | 37 | 11 | 514 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10100001 | 0 | 111010 | 11111 | 1001 | 101001100 | 1001011 | 1000001 |
Color Harmonies of #E861A1
Complementary color
Monochromatic Colors of #E861A1
Black with #E861A1
Text Example
Text Example
White with #E861A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861A1; }
p { color: rgb(232,97,161); }
H1.HeaderClassName
{
color: #E861A1;
}
.AnyTagClassName
{
color: #E861A1;
}
</style>
background-color css
<style>
a { background-color: #E861A1; }
a { background-color: rgb(232,97,161); }
div.DivClassName
{
background-color: #E861A1;
}
.BgClassName
{
background-color: #E861A1;
}
</style>
border-color css
<style>
span { border-color: #E861A1; }
span { border-color: rgb(232,97,161); }
td.TdClassName
{
border-color: #E861A1;
}
.TagClassName
{
border-color: #E861A1;
}
</style>