Shades of Brilliant Rose #E85AA4
Tints of Brilliant Rose #E85AA4
RGB
CMYK
RGB Variations
Color information
#E85AA4 (or 0xE85AA4) is known color: Brilliant Rose. HEX triplet: E8, 5A and A4. RGB value is (232,90,164). Sum of RGB (Red+Green+Blue) = 232+90+164=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85AA4 is #17A55B. Grayscale: #8C8C8C. Windows color (decimal): -1549660 or 10771176. OLE color: 10771176.
HSL color Cylindrical-coordinate representation of color #E85AA4: hue angle of 328.73º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AA4 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 164 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.09 |
| HSL | 328.73º | 0.76% | 0.63% | - |
| HSV(B) | 328.73º | 0.61% | 0.91% | - |
| XYZ | 43.64 | 27.15 | 38.06 | - |
| YUV | 140.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 164 | 0 | 0.61 | 0.29 | 0.09 | 328.73 | 0.76 | 0.63 |
| Hex | E8 | 5A | A4 | 0 | 3D | 1D | 9 | 149 | 4C | 3F |
| Octal | 350 | 132 | 244 | 0 | 75 | 35 | 11 | 511 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10100100 | 0 | 111101 | 11101 | 1001 | 101001001 | 1001100 | 111111 |
Color Harmonies of #E85AA4
Complementary color
Monochromatic Colors of #E85AA4
Black with #E85AA4
Text Example
Text Example
White with #E85AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AA4; }
p { color: rgb(232,90,164); }
H1.HeaderClassName
{
color: #E85AA4;
}
.AnyTagClassName
{
color: #E85AA4;
}
</style>
background-color css
<style>
a { background-color: #E85AA4; }
a { background-color: rgb(232,90,164); }
div.DivClassName
{
background-color: #E85AA4;
}
.BgClassName
{
background-color: #E85AA4;
}
</style>
border-color css
<style>
span { border-color: #E85AA4; }
span { border-color: rgb(232,90,164); }
td.TdClassName
{
border-color: #E85AA4;
}
.TagClassName
{
border-color: #E85AA4;
}
</style>