Shades of Brilliant Rose #E44DB4
Tints of Brilliant Rose #E44DB4
RGB
CMYK
RGB Variations
Color information
#E44DB4 (or 0xE44DB4) is known color: Brilliant Rose. HEX triplet: E4, 4D and B4. RGB value is (228,77,180). Sum of RGB (Red+Green+Blue) = 228+77+180=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DB4 is #1BB24B. Grayscale: #858585. Windows color (decimal): -1815116 or 11816420. OLE color: 11816420.
HSL color Cylindrical-coordinate representation of color #E44DB4: hue angle of 319.07º 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 #E44DB4 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 180 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.11 |
| HSL | 319.07º | 0.74% | 0.6% | - |
| HSV(B) | 319.07º | 0.66% | 0.89% | - |
| XYZ | 42.89 | 25.1 | 45.76 | - |
| YUV | 133.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 180 | 0 | 0.66 | 0.21 | 0.11 | 319.07 | 0.74 | 0.6 |
| Hex | E4 | 4D | B4 | 0 | 42 | 15 | B | 13F | 4A | 3C |
| Octal | 344 | 115 | 264 | 0 | 102 | 25 | 13 | 477 | 112 | 74 |
| Binary | 11100100 | 1001101 | 10110100 | 0 | 1000010 | 10101 | 1011 | 100111111 | 1001010 | 111100 |
Color Harmonies of #E44DB4
Complementary color
Monochromatic Colors of #E44DB4
Black with #E44DB4
Text Example
Text Example
White with #E44DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DB4; }
p { color: rgb(228,77,180); }
H1.HeaderClassName
{
color: #E44DB4;
}
.AnyTagClassName
{
color: #E44DB4;
}
</style>
background-color css
<style>
a { background-color: #E44DB4; }
a { background-color: rgb(228,77,180); }
div.DivClassName
{
background-color: #E44DB4;
}
.BgClassName
{
background-color: #E44DB4;
}
</style>
border-color css
<style>
span { border-color: #E44DB4; }
span { border-color: rgb(228,77,180); }
td.TdClassName
{
border-color: #E44DB4;
}
.TagClassName
{
border-color: #E44DB4;
}
</style>