Shades of Brilliant Rose #E44BA2
Tints of Brilliant Rose #E44BA2
RGB
CMYK
RGB Variations
Color information
#E44BA2 (or 0xE44BA2) is known color: Brilliant Rose. HEX triplet: E4, 4B and A2. RGB value is (228,75,162). Sum of RGB (Red+Green+Blue) = 228+75+162=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44BA2 is #1BB45D. Grayscale: #828282. Windows color (decimal): -1815646 or 10636260. OLE color: 10636260.
HSL color Cylindrical-coordinate representation of color #E44BA2: hue angle of 325.88º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44BA2 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 162 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.11 |
| HSL | 325.88º | 0.74% | 0.59% | - |
| HSV(B) | 325.88º | 0.67% | 0.89% | - |
| XYZ | 41.03 | 24.13 | 36.68 | - |
| YUV | 130.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 162 | 0 | 0.67 | 0.29 | 0.11 | 325.88 | 0.74 | 0.59 |
| Hex | E4 | 4B | A2 | 0 | 43 | 1D | B | 146 | 4A | 3B |
| Octal | 344 | 113 | 242 | 0 | 103 | 35 | 13 | 506 | 112 | 73 |
| Binary | 11100100 | 1001011 | 10100010 | 0 | 1000011 | 11101 | 1011 | 101000110 | 1001010 | 111011 |
Color Harmonies of #E44BA2
Complementary color
Monochromatic Colors of #E44BA2
Black with #E44BA2
Text Example
Text Example
White with #E44BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BA2; }
p { color: rgb(228,75,162); }
H1.HeaderClassName
{
color: #E44BA2;
}
.AnyTagClassName
{
color: #E44BA2;
}
</style>
background-color css
<style>
a { background-color: #E44BA2; }
a { background-color: rgb(228,75,162); }
div.DivClassName
{
background-color: #E44BA2;
}
.BgClassName
{
background-color: #E44BA2;
}
</style>
border-color css
<style>
span { border-color: #E44BA2; }
span { border-color: rgb(228,75,162); }
td.TdClassName
{
border-color: #E44BA2;
}
.TagClassName
{
border-color: #E44BA2;
}
</style>