Shades of Brilliant Rose #E862A1
Tints of Brilliant Rose #E862A1
RGB
CMYK
RGB Variations
Color information
#E862A1 (or 0xE862A1) is known color: Brilliant Rose. HEX triplet: E8, 62 and A1. RGB value is (232,98,161). Sum of RGB (Red+Green+Blue) = 232+98+161=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E862A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E862A1 is #179D5E. Grayscale: #919191. Windows color (decimal): -1547615 or 10576616. OLE color: 10576616.
HSL color Cylindrical-coordinate representation of color #E862A1: hue angle of 331.79º degrees, saturation: 0.74, 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 #E862A1 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 161 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.09 |
| HSL | 331.79º | 0.74% | 0.65% | - |
| HSV(B) | 331.79º | 0.58% | 0.91% | - |
| XYZ | 44.08 | 28.46 | 36.89 | - |
| YUV | 145.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 161 | 0 | 0.58 | 0.31 | 0.09 | 331.79 | 0.74 | 0.65 |
| Hex | E8 | 62 | A1 | 0 | 3A | 1F | 9 | 14C | 4A | 41 |
| Octal | 350 | 142 | 241 | 0 | 72 | 37 | 11 | 514 | 112 | 101 |
| Binary | 11101000 | 1100010 | 10100001 | 0 | 111010 | 11111 | 1001 | 101001100 | 1001010 | 1000001 |
Color Harmonies of #E862A1
Complementary color
Monochromatic Colors of #E862A1
Black with #E862A1
Text Example
Text Example
White with #E862A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E862A1; }
p { color: rgb(232,98,161); }
H1.HeaderClassName
{
color: #E862A1;
}
.AnyTagClassName
{
color: #E862A1;
}
</style>
background-color css
<style>
a { background-color: #E862A1; }
a { background-color: rgb(232,98,161); }
div.DivClassName
{
background-color: #E862A1;
}
.BgClassName
{
background-color: #E862A1;
}
</style>
border-color css
<style>
span { border-color: #E862A1; }
span { border-color: rgb(232,98,161); }
td.TdClassName
{
border-color: #E862A1;
}
.TagClassName
{
border-color: #E862A1;
}
</style>