Shades of Brilliant Rose #E44DAC
Tints of Brilliant Rose #E44DAC
RGB
CMYK
RGB Variations
Color information
#E44DAC (or 0xE44DAC) is known color: Brilliant Rose. HEX triplet: E4, 4D and AC. RGB value is (228,77,172). Sum of RGB (Red+Green+Blue) = 228+77+172=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44DAC is #1BB253. Grayscale: #848484. Windows color (decimal): -1815124 or 11292132. OLE color: 11292132.
HSL color Cylindrical-coordinate representation of color #E44DAC: hue angle of 322.25º 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 #E44DAC is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 172 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.11 |
| HSL | 322.25º | 0.74% | 0.6% | - |
| HSV(B) | 322.25º | 0.66% | 0.89% | - |
| XYZ | 42.1 | 24.78 | 41.59 | - |
| YUV | 132.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 172 | 0 | 0.66 | 0.25 | 0.11 | 322.25 | 0.74 | 0.6 |
| Hex | E4 | 4D | AC | 0 | 42 | 19 | B | 142 | 4A | 3C |
| Octal | 344 | 115 | 254 | 0 | 102 | 31 | 13 | 502 | 112 | 74 |
| Binary | 11100100 | 1001101 | 10101100 | 0 | 1000010 | 11001 | 1011 | 101000010 | 1001010 | 111100 |
Color Harmonies of #E44DAC
Complementary color
Monochromatic Colors of #E44DAC
Black with #E44DAC
Text Example
Text Example
White with #E44DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DAC; }
p { color: rgb(228,77,172); }
H1.HeaderClassName
{
color: #E44DAC;
}
.AnyTagClassName
{
color: #E44DAC;
}
</style>
background-color css
<style>
a { background-color: #E44DAC; }
a { background-color: rgb(228,77,172); }
div.DivClassName
{
background-color: #E44DAC;
}
.BgClassName
{
background-color: #E44DAC;
}
</style>
border-color css
<style>
span { border-color: #E44DAC; }
span { border-color: rgb(228,77,172); }
td.TdClassName
{
border-color: #E44DAC;
}
.TagClassName
{
border-color: #E44DAC;
}
</style>