Shades of Brilliant Rose #E44BA8
Tints of Brilliant Rose #E44BA8
RGB
CMYK
RGB Variations
Color information
#E44BA8 (or 0xE44BA8) is known color: Brilliant Rose. HEX triplet: E4, 4B and A8. RGB value is (228,75,168). Sum of RGB (Red+Green+Blue) = 228+75+168=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44BA8 is #1BB457. Grayscale: #838383. Windows color (decimal): -1815640 or 11029476. OLE color: 11029476.
HSL color Cylindrical-coordinate representation of color #E44BA8: hue angle of 323.53º 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 #E44BA8 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 168 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.11 |
| HSL | 323.53º | 0.74% | 0.59% | - |
| HSV(B) | 323.53º | 0.67% | 0.89% | - |
| XYZ | 41.58 | 24.35 | 39.56 | - |
| YUV | 131.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 168 | 0 | 0.67 | 0.26 | 0.11 | 323.53 | 0.74 | 0.59 |
| Hex | E4 | 4B | A8 | 0 | 43 | 1A | B | 144 | 4A | 3B |
| Octal | 344 | 113 | 250 | 0 | 103 | 32 | 13 | 504 | 112 | 73 |
| Binary | 11100100 | 1001011 | 10101000 | 0 | 1000011 | 11010 | 1011 | 101000100 | 1001010 | 111011 |
Color Harmonies of #E44BA8
Complementary color
Monochromatic Colors of #E44BA8
Black with #E44BA8
Text Example
Text Example
White with #E44BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BA8; }
p { color: rgb(228,75,168); }
H1.HeaderClassName
{
color: #E44BA8;
}
.AnyTagClassName
{
color: #E44BA8;
}
</style>
background-color css
<style>
a { background-color: #E44BA8; }
a { background-color: rgb(228,75,168); }
div.DivClassName
{
background-color: #E44BA8;
}
.BgClassName
{
background-color: #E44BA8;
}
</style>
border-color css
<style>
span { border-color: #E44BA8; }
span { border-color: rgb(228,75,168); }
td.TdClassName
{
border-color: #E44BA8;
}
.TagClassName
{
border-color: #E44BA8;
}
</style>