Shades of Brilliant Rose #E04AB1
Tints of Brilliant Rose #E04AB1
RGB
CMYK
RGB Variations
Color information
#E04AB1 (or 0xE04AB1) is known color: Brilliant Rose. HEX triplet: E0, 4A and B1. RGB value is (224,74,177). Sum of RGB (Red+Green+Blue) = 224+74+177=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AB1 is #1FB54E. Grayscale: #828282. Windows color (decimal): -2078031 or 11619040. OLE color: 11619040.
HSL color Cylindrical-coordinate representation of color #E04AB1: hue angle of 318.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04AB1 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 177 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.12 |
| HSL | 318.8º | 0.71% | 0.58% | - |
| HSV(B) | 318.8º | 0.67% | 0.88% | - |
| XYZ | 41.13 | 23.92 | 44.04 | - |
| YUV | 130.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 177 | 0 | 0.67 | 0.21 | 0.12 | 318.8 | 0.71 | 0.58 |
| Hex | E0 | 4A | B1 | 0 | 43 | 15 | C | 13F | 47 | 3A |
| Octal | 340 | 112 | 261 | 0 | 103 | 25 | 14 | 477 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10110001 | 0 | 1000011 | 10101 | 1100 | 100111111 | 1000111 | 111010 |
Color Harmonies of #E04AB1
Complementary color
Monochromatic Colors of #E04AB1
Black with #E04AB1
Text Example
Text Example
White with #E04AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AB1; }
p { color: rgb(224,74,177); }
H1.HeaderClassName
{
color: #E04AB1;
}
.AnyTagClassName
{
color: #E04AB1;
}
</style>
background-color css
<style>
a { background-color: #E04AB1; }
a { background-color: rgb(224,74,177); }
div.DivClassName
{
background-color: #E04AB1;
}
.BgClassName
{
background-color: #E04AB1;
}
</style>
border-color css
<style>
span { border-color: #E04AB1; }
span { border-color: rgb(224,74,177); }
td.TdClassName
{
border-color: #E04AB1;
}
.TagClassName
{
border-color: #E04AB1;
}
</style>