Shades of Brilliant Rose #E44CAA
Tints of Brilliant Rose #E44CAA
RGB
CMYK
RGB Variations
Color information
#E44CAA (or 0xE44CAA) is known color: Brilliant Rose. HEX triplet: E4, 4C and AA. RGB value is (228,76,170). Sum of RGB (Red+Green+Blue) = 228+76+170=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E44CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44CAA is #1BB355. Grayscale: #838383. Windows color (decimal): -1815382 or 11160804. OLE color: 11160804.
HSL color Cylindrical-coordinate representation of color #E44CAA: hue angle of 322.89º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44CAA is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 170 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.11 |
| HSL | 322.89º | 0.74% | 0.6% | - |
| HSV(B) | 322.89º | 0.67% | 0.89% | - |
| XYZ | 41.84 | 24.57 | 40.57 | - |
| YUV | 132.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 170 | 0 | 0.67 | 0.25 | 0.11 | 322.89 | 0.74 | 0.6 |
| Hex | E4 | 4C | AA | 0 | 43 | 19 | B | 143 | 4A | 3C |
| Octal | 344 | 114 | 252 | 0 | 103 | 31 | 13 | 503 | 112 | 74 |
| Binary | 11100100 | 1001100 | 10101010 | 0 | 1000011 | 11001 | 1011 | 101000011 | 1001010 | 111100 |
Color Harmonies of #E44CAA
Complementary color
Monochromatic Colors of #E44CAA
Black with #E44CAA
Text Example
Text Example
White with #E44CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44CAA; }
p { color: rgb(228,76,170); }
H1.HeaderClassName
{
color: #E44CAA;
}
.AnyTagClassName
{
color: #E44CAA;
}
</style>
background-color css
<style>
a { background-color: #E44CAA; }
a { background-color: rgb(228,76,170); }
div.DivClassName
{
background-color: #E44CAA;
}
.BgClassName
{
background-color: #E44CAA;
}
</style>
border-color css
<style>
span { border-color: #E44CAA; }
span { border-color: rgb(228,76,170); }
td.TdClassName
{
border-color: #E44CAA;
}
.TagClassName
{
border-color: #E44CAA;
}
</style>