Shades of Brilliant Rose #E04BA2
Tints of Brilliant Rose #E04BA2
RGB
CMYK
RGB Variations
Color information
#E04BA2 (or 0xE04BA2) is known color: Brilliant Rose. HEX triplet: E0, 4B and A2. RGB value is (224,75,162). Sum of RGB (Red+Green+Blue) = 224+75+162=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BA2 is #1FB45D. Grayscale: #818181. Windows color (decimal): -2077790 or 10636256. OLE color: 10636256.
HSL color Cylindrical-coordinate representation of color #E04BA2: hue angle of 324.97º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04BA2 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 162 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.12 |
| HSL | 324.97º | 0.71% | 0.59% | - |
| HSV(B) | 324.97º | 0.67% | 0.88% | - |
| XYZ | 39.78 | 23.49 | 36.62 | - |
| YUV | 129.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 162 | 0 | 0.67 | 0.28 | 0.12 | 324.97 | 0.71 | 0.59 |
| Hex | E0 | 4B | A2 | 0 | 43 | 1C | C | 145 | 47 | 3B |
| Octal | 340 | 113 | 242 | 0 | 103 | 34 | 14 | 505 | 107 | 73 |
| Binary | 11100000 | 1001011 | 10100010 | 0 | 1000011 | 11100 | 1100 | 101000101 | 1000111 | 111011 |
Color Harmonies of #E04BA2
Complementary color
Monochromatic Colors of #E04BA2
Black with #E04BA2
Text Example
Text Example
White with #E04BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BA2; }
p { color: rgb(224,75,162); }
H1.HeaderClassName
{
color: #E04BA2;
}
.AnyTagClassName
{
color: #E04BA2;
}
</style>
background-color css
<style>
a { background-color: #E04BA2; }
a { background-color: rgb(224,75,162); }
div.DivClassName
{
background-color: #E04BA2;
}
.BgClassName
{
background-color: #E04BA2;
}
</style>
border-color css
<style>
span { border-color: #E04BA2; }
span { border-color: rgb(224,75,162); }
td.TdClassName
{
border-color: #E04BA2;
}
.TagClassName
{
border-color: #E04BA2;
}
</style>