Shades of Brilliant Rose #E44FAB
Tints of Brilliant Rose #E44FAB
RGB
CMYK
RGB Variations
Color information
#E44FAB (or 0xE44FAB) is known color: Brilliant Rose. HEX triplet: E4, 4F and AB. RGB value is (228,79,171). Sum of RGB (Red+Green+Blue) = 228+79+171=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E44FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44FAB is #1BB054. Grayscale: #858585. Windows color (decimal): -1814613 or 11227108. OLE color: 11227108.
HSL color Cylindrical-coordinate representation of color #E44FAB: hue angle of 322.95º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44FAB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 171 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.11 |
| HSL | 322.95º | 0.73% | 0.6% | - |
| HSV(B) | 322.95º | 0.65% | 0.89% | - |
| XYZ | 42.14 | 25.03 | 41.14 | - |
| YUV | 134.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 171 | 0 | 0.65 | 0.25 | 0.11 | 322.95 | 0.73 | 0.6 |
| Hex | E4 | 4F | AB | 0 | 41 | 19 | B | 143 | 49 | 3C |
| Octal | 344 | 117 | 253 | 0 | 101 | 31 | 13 | 503 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10101011 | 0 | 1000001 | 11001 | 1011 | 101000011 | 1001001 | 111100 |
Color Harmonies of #E44FAB
Complementary color
Monochromatic Colors of #E44FAB
Black with #E44FAB
Text Example
Text Example
White with #E44FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FAB; }
p { color: rgb(228,79,171); }
H1.HeaderClassName
{
color: #E44FAB;
}
.AnyTagClassName
{
color: #E44FAB;
}
</style>
background-color css
<style>
a { background-color: #E44FAB; }
a { background-color: rgb(228,79,171); }
div.DivClassName
{
background-color: #E44FAB;
}
.BgClassName
{
background-color: #E44FAB;
}
</style>
border-color css
<style>
span { border-color: #E44FAB; }
span { border-color: rgb(228,79,171); }
td.TdClassName
{
border-color: #E44FAB;
}
.TagClassName
{
border-color: #E44FAB;
}
</style>