Shades of Brilliant Rose #E44AA2
Tints of Brilliant Rose #E44AA2
RGB
CMYK
RGB Variations
Color information
#E44AA2 (or 0xE44AA2) is known color: Brilliant Rose. HEX triplet: E4, 4A and A2. RGB value is (228,74,162). Sum of RGB (Red+Green+Blue) = 228+74+162=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E44AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44AA2 is #1BB55D. Grayscale: #818181. Windows color (decimal): -1815902 or 10636004. OLE color: 10636004.
HSL color Cylindrical-coordinate representation of color #E44AA2: hue angle of 325.71º 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 #E44AA2 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 162 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.11 |
| HSL | 325.71º | 0.74% | 0.59% | - |
| HSV(B) | 325.71º | 0.68% | 0.89% | - |
| XYZ | 40.97 | 24 | 36.66 | - |
| YUV | 130.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 162 | 0 | 0.68 | 0.29 | 0.11 | 325.71 | 0.74 | 0.59 |
| Hex | E4 | 4A | A2 | 0 | 44 | 1D | B | 146 | 4A | 3B |
| Octal | 344 | 112 | 242 | 0 | 104 | 35 | 13 | 506 | 112 | 73 |
| Binary | 11100100 | 1001010 | 10100010 | 0 | 1000100 | 11101 | 1011 | 101000110 | 1001010 | 111011 |
Color Harmonies of #E44AA2
Complementary color
Monochromatic Colors of #E44AA2
Black with #E44AA2
Text Example
Text Example
White with #E44AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44AA2; }
p { color: rgb(228,74,162); }
H1.HeaderClassName
{
color: #E44AA2;
}
.AnyTagClassName
{
color: #E44AA2;
}
</style>
background-color css
<style>
a { background-color: #E44AA2; }
a { background-color: rgb(228,74,162); }
div.DivClassName
{
background-color: #E44AA2;
}
.BgClassName
{
background-color: #E44AA2;
}
</style>
border-color css
<style>
span { border-color: #E44AA2; }
span { border-color: rgb(228,74,162); }
td.TdClassName
{
border-color: #E44AA2;
}
.TagClassName
{
border-color: #E44AA2;
}
</style>