Shades of Brilliant Rose #E44FAC
Tints of Brilliant Rose #E44FAC
RGB
CMYK
RGB Variations
Color information
#E44FAC (or 0xE44FAC) is known color: Brilliant Rose. HEX triplet: E4, 4F and AC. RGB value is (228,79,172). Sum of RGB (Red+Green+Blue) = 228+79+172=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E44FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44FAC is #1BB053. Grayscale: #858585. Windows color (decimal): -1814612 or 11292644. OLE color: 11292644.
HSL color Cylindrical-coordinate representation of color #E44FAC: hue angle of 322.55º 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 #E44FAC is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 172 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.11 |
| HSL | 322.55º | 0.73% | 0.6% | - |
| HSV(B) | 322.55º | 0.65% | 0.89% | - |
| XYZ | 42.24 | 25.06 | 41.64 | - |
| YUV | 134.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 172 | 0 | 0.65 | 0.25 | 0.11 | 322.55 | 0.73 | 0.6 |
| Hex | E4 | 4F | AC | 0 | 41 | 19 | B | 143 | 49 | 3C |
| Octal | 344 | 117 | 254 | 0 | 101 | 31 | 13 | 503 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10101100 | 0 | 1000001 | 11001 | 1011 | 101000011 | 1001001 | 111100 |
Color Harmonies of #E44FAC
Complementary color
Monochromatic Colors of #E44FAC
Black with #E44FAC
Text Example
Text Example
White with #E44FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FAC; }
p { color: rgb(228,79,172); }
H1.HeaderClassName
{
color: #E44FAC;
}
.AnyTagClassName
{
color: #E44FAC;
}
</style>
background-color css
<style>
a { background-color: #E44FAC; }
a { background-color: rgb(228,79,172); }
div.DivClassName
{
background-color: #E44FAC;
}
.BgClassName
{
background-color: #E44FAC;
}
</style>
border-color css
<style>
span { border-color: #E44FAC; }
span { border-color: rgb(228,79,172); }
td.TdClassName
{
border-color: #E44FAC;
}
.TagClassName
{
border-color: #E44FAC;
}
</style>