Shades of Brilliant Rose #E44CA8
Tints of Brilliant Rose #E44CA8
RGB
CMYK
RGB Variations
Color information
#E44CA8 (or 0xE44CA8) is known color: Brilliant Rose. HEX triplet: E4, 4C and A8. RGB value is (228,76,168). Sum of RGB (Red+Green+Blue) = 228+76+168=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E44CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44CA8 is #1BB357. Grayscale: #838383. Windows color (decimal): -1815384 or 11029732. OLE color: 11029732.
HSL color Cylindrical-coordinate representation of color #E44CA8: hue angle of 323.68º 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 #E44CA8 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 168 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.11 |
| HSL | 323.68º | 0.74% | 0.6% | - |
| HSV(B) | 323.68º | 0.67% | 0.89% | - |
| XYZ | 41.65 | 24.49 | 39.58 | - |
| YUV | 131.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 168 | 0 | 0.67 | 0.26 | 0.11 | 323.68 | 0.74 | 0.6 |
| Hex | E4 | 4C | A8 | 0 | 43 | 1A | B | 144 | 4A | 3C |
| Octal | 344 | 114 | 250 | 0 | 103 | 32 | 13 | 504 | 112 | 74 |
| Binary | 11100100 | 1001100 | 10101000 | 0 | 1000011 | 11010 | 1011 | 101000100 | 1001010 | 111100 |
Color Harmonies of #E44CA8
Complementary color
Monochromatic Colors of #E44CA8
Black with #E44CA8
Text Example
Text Example
White with #E44CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44CA8; }
p { color: rgb(228,76,168); }
H1.HeaderClassName
{
color: #E44CA8;
}
.AnyTagClassName
{
color: #E44CA8;
}
</style>
background-color css
<style>
a { background-color: #E44CA8; }
a { background-color: rgb(228,76,168); }
div.DivClassName
{
background-color: #E44CA8;
}
.BgClassName
{
background-color: #E44CA8;
}
</style>
border-color css
<style>
span { border-color: #E44CA8; }
span { border-color: rgb(228,76,168); }
td.TdClassName
{
border-color: #E44CA8;
}
.TagClassName
{
border-color: #E44CA8;
}
</style>