Shades of Brilliant Rose #E951A0
Tints of Brilliant Rose #E951A0
RGB
CMYK
RGB Variations
Color information
#E951A0 (or 0xE951A0) is known color: Brilliant Rose. HEX triplet: E9, 51 and A0. RGB value is (233,81,160). Sum of RGB (Red+Green+Blue) = 233+81+160=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E951A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E951A0 is #16AE5F. Grayscale: #878787. Windows color (decimal): -1486432 or 10506729. OLE color: 10506729.
HSL color Cylindrical-coordinate representation of color #E951A0: hue angle of 328.82º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E951A0 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 160 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.09 |
| HSL | 328.82º | 0.78% | 0.62% | - |
| HSV(B) | 328.82º | 0.65% | 0.91% | - |
| XYZ | 42.89 | 25.75 | 35.97 | - |
| YUV | 135.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 160 | 0 | 0.65 | 0.31 | 0.09 | 328.82 | 0.78 | 0.62 |
| Hex | E9 | 51 | A0 | 0 | 41 | 1F | 9 | 149 | 4E | 3E |
| Octal | 351 | 121 | 240 | 0 | 101 | 37 | 11 | 511 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10100000 | 0 | 1000001 | 11111 | 1001 | 101001001 | 1001110 | 111110 |
Color Harmonies of #E951A0
Complementary color
Monochromatic Colors of #E951A0
Black with #E951A0
Text Example
Text Example
White with #E951A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E951A0; }
p { color: rgb(233,81,160); }
H1.HeaderClassName
{
color: #E951A0;
}
.AnyTagClassName
{
color: #E951A0;
}
</style>
background-color css
<style>
a { background-color: #E951A0; }
a { background-color: rgb(233,81,160); }
div.DivClassName
{
background-color: #E951A0;
}
.BgClassName
{
background-color: #E951A0;
}
</style>
border-color css
<style>
span { border-color: #E951A0; }
span { border-color: rgb(233,81,160); }
td.TdClassName
{
border-color: #E951A0;
}
.TagClassName
{
border-color: #E951A0;
}
</style>