Shades of Brilliant Rose #E44AA0
Tints of Brilliant Rose #E44AA0
RGB
CMYK
RGB Variations
Color information
#E44AA0 (or 0xE44AA0) is known color: Brilliant Rose. HEX triplet: E4, 4A and A0. RGB value is (228,74,160). Sum of RGB (Red+Green+Blue) = 228+74+160=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E44AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44AA0 is #1BB55F. Grayscale: #818181. Windows color (decimal): -1815904 or 10504932. OLE color: 10504932.
HSL color Cylindrical-coordinate representation of color #E44AA0: hue angle of 326.49º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44AA0 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 160 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.11 |
| HSL | 326.49º | 0.74% | 0.59% | - |
| HSV(B) | 326.49º | 0.68% | 0.89% | - |
| XYZ | 40.79 | 23.93 | 35.73 | - |
| YUV | 129.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 160 | 0 | 0.68 | 0.30 | 0.11 | 326.49 | 0.74 | 0.59 |
| Hex | E4 | 4A | A0 | 0 | 44 | 1E | B | 146 | 4A | 3B |
| Octal | 344 | 112 | 240 | 0 | 104 | 36 | 13 | 506 | 112 | 73 |
| Binary | 11100100 | 1001010 | 10100000 | 0 | 1000100 | 11110 | 1011 | 101000110 | 1001010 | 111011 |
Color Harmonies of #E44AA0
Complementary color
Monochromatic Colors of #E44AA0
Black with #E44AA0
Text Example
Text Example
White with #E44AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44AA0; }
p { color: rgb(228,74,160); }
H1.HeaderClassName
{
color: #E44AA0;
}
.AnyTagClassName
{
color: #E44AA0;
}
</style>
background-color css
<style>
a { background-color: #E44AA0; }
a { background-color: rgb(228,74,160); }
div.DivClassName
{
background-color: #E44AA0;
}
.BgClassName
{
background-color: #E44AA0;
}
</style>
border-color css
<style>
span { border-color: #E44AA0; }
span { border-color: rgb(228,74,160); }
td.TdClassName
{
border-color: #E44AA0;
}
.TagClassName
{
border-color: #E44AA0;
}
</style>