Shades of Brilliant Rose #E44F9E
Tints of Brilliant Rose #E44F9E
RGB
CMYK
RGB Variations
Color information
#E44F9E (or 0xE44F9E) is known color: Brilliant Rose. HEX triplet: E4, 4F and 9E. RGB value is (228,79,158). Sum of RGB (Red+Green+Blue) = 228+79+158=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F9E is #1BB061. Grayscale: #848484. Windows color (decimal): -1814626 or 10375140. OLE color: 10375140.
HSL color Cylindrical-coordinate representation of color #E44F9E: hue angle of 328.19º 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 #E44F9E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 158 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.11 |
| HSL | 328.19º | 0.73% | 0.6% | - |
| HSV(B) | 328.19º | 0.65% | 0.89% | - |
| XYZ | 40.96 | 24.55 | 34.93 | - |
| YUV | 132.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 158 | 0 | 0.65 | 0.31 | 0.11 | 328.19 | 0.73 | 0.6 |
| Hex | E4 | 4F | 9E | 0 | 41 | 1F | B | 148 | 49 | 3C |
| Octal | 344 | 117 | 236 | 0 | 101 | 37 | 13 | 510 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10011110 | 0 | 1000001 | 11111 | 1011 | 101001000 | 1001001 | 111100 |
Color Harmonies of #E44F9E
Complementary color
Monochromatic Colors of #E44F9E
Black with #E44F9E
Text Example
Text Example
White with #E44F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F9E; }
p { color: rgb(228,79,158); }
H1.HeaderClassName
{
color: #E44F9E;
}
.AnyTagClassName
{
color: #E44F9E;
}
</style>
background-color css
<style>
a { background-color: #E44F9E; }
a { background-color: rgb(228,79,158); }
div.DivClassName
{
background-color: #E44F9E;
}
.BgClassName
{
background-color: #E44F9E;
}
</style>
border-color css
<style>
span { border-color: #E44F9E; }
span { border-color: rgb(228,79,158); }
td.TdClassName
{
border-color: #E44F9E;
}
.TagClassName
{
border-color: #E44F9E;
}
</style>