Shades of Brilliant Rose #E44DA4
Tints of Brilliant Rose #E44DA4
RGB
CMYK
RGB Variations
Color information
#E44DA4 (or 0xE44DA4) is known color: Brilliant Rose. HEX triplet: E4, 4D and A4. RGB value is (228,77,164). Sum of RGB (Red+Green+Blue) = 228+77+164=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44DA4 is #1BB25B. Grayscale: #838383. Windows color (decimal): -1815132 or 10767844. OLE color: 10767844.
HSL color Cylindrical-coordinate representation of color #E44DA4: hue angle of 325.43º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44DA4 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 164 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.11 |
| HSL | 325.43º | 0.74% | 0.6% | - |
| HSV(B) | 325.43º | 0.66% | 0.89% | - |
| XYZ | 41.35 | 24.48 | 37.67 | - |
| YUV | 132.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 164 | 0 | 0.66 | 0.28 | 0.11 | 325.43 | 0.74 | 0.6 |
| Hex | E4 | 4D | A4 | 0 | 42 | 1C | B | 145 | 4A | 3C |
| Octal | 344 | 115 | 244 | 0 | 102 | 34 | 13 | 505 | 112 | 74 |
| Binary | 11100100 | 1001101 | 10100100 | 0 | 1000010 | 11100 | 1011 | 101000101 | 1001010 | 111100 |
Color Harmonies of #E44DA4
Complementary color
Monochromatic Colors of #E44DA4
Black with #E44DA4
Text Example
Text Example
White with #E44DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DA4; }
p { color: rgb(228,77,164); }
H1.HeaderClassName
{
color: #E44DA4;
}
.AnyTagClassName
{
color: #E44DA4;
}
</style>
background-color css
<style>
a { background-color: #E44DA4; }
a { background-color: rgb(228,77,164); }
div.DivClassName
{
background-color: #E44DA4;
}
.BgClassName
{
background-color: #E44DA4;
}
</style>
border-color css
<style>
span { border-color: #E44DA4; }
span { border-color: rgb(228,77,164); }
td.TdClassName
{
border-color: #E44DA4;
}
.TagClassName
{
border-color: #E44DA4;
}
</style>