Shades of Brilliant Rose #E844A1
Tints of Brilliant Rose #E844A1
RGB
CMYK
RGB Variations
Color information
#E844A1 (or 0xE844A1) is known color: Brilliant Rose. HEX triplet: E8, 44 and A1. RGB value is (232,68,161). Sum of RGB (Red+Green+Blue) = 232+68+161=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E844A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E844A1 is #17BB5E. Grayscale: #7F7F7F. Windows color (decimal): -1555295 or 10568936. OLE color: 10568936.
HSL color Cylindrical-coordinate representation of color #E844A1: hue angle of 325.98º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E844A1 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 161 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.09 |
| HSL | 325.98º | 0.78% | 0.59% | - |
| HSV(B) | 325.98º | 0.71% | 0.91% | - |
| XYZ | 41.78 | 23.86 | 36.12 | - |
| YUV | 127.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 161 | 0 | 0.71 | 0.31 | 0.09 | 325.98 | 0.78 | 0.59 |
| Hex | E8 | 44 | A1 | 0 | 47 | 1F | 9 | 146 | 4E | 3B |
| Octal | 350 | 104 | 241 | 0 | 107 | 37 | 11 | 506 | 116 | 73 |
| Binary | 11101000 | 1000100 | 10100001 | 0 | 1000111 | 11111 | 1001 | 101000110 | 1001110 | 111011 |
Color Harmonies of #E844A1
Complementary color
Monochromatic Colors of #E844A1
Black with #E844A1
Text Example
Text Example
White with #E844A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E844A1; }
p { color: rgb(232,68,161); }
H1.HeaderClassName
{
color: #E844A1;
}
.AnyTagClassName
{
color: #E844A1;
}
</style>
background-color css
<style>
a { background-color: #E844A1; }
a { background-color: rgb(232,68,161); }
div.DivClassName
{
background-color: #E844A1;
}
.BgClassName
{
background-color: #E844A1;
}
</style>
border-color css
<style>
span { border-color: #E844A1; }
span { border-color: rgb(232,68,161); }
td.TdClassName
{
border-color: #E844A1;
}
.TagClassName
{
border-color: #E844A1;
}
</style>