Shades of Brilliant Rose #E951A2
Tints of Brilliant Rose #E951A2
RGB
CMYK
RGB Variations
Color information
#E951A2 (or 0xE951A2) is known color: Brilliant Rose. HEX triplet: E9, 51 and A2. RGB value is (233,81,162). Sum of RGB (Red+Green+Blue) = 233+81+162=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E951A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E951A2 is #16AE5D. Grayscale: #878787. Windows color (decimal): -1486430 or 10637801. OLE color: 10637801.
HSL color Cylindrical-coordinate representation of color #E951A2: hue angle of 328.03º 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 #E951A2 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 162 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.09 |
| HSL | 328.03º | 0.78% | 0.62% | - |
| HSV(B) | 328.03º | 0.65% | 0.91% | - |
| XYZ | 43.07 | 25.82 | 36.9 | - |
| YUV | 135.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 162 | 0 | 0.65 | 0.30 | 0.09 | 328.03 | 0.78 | 0.62 |
| Hex | E9 | 51 | A2 | 0 | 41 | 1E | 9 | 148 | 4E | 3E |
| Octal | 351 | 121 | 242 | 0 | 101 | 36 | 11 | 510 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10100010 | 0 | 1000001 | 11110 | 1001 | 101001000 | 1001110 | 111110 |
Color Harmonies of #E951A2
Complementary color
Monochromatic Colors of #E951A2
Black with #E951A2
Text Example
Text Example
White with #E951A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E951A2; }
p { color: rgb(233,81,162); }
H1.HeaderClassName
{
color: #E951A2;
}
.AnyTagClassName
{
color: #E951A2;
}
</style>
background-color css
<style>
a { background-color: #E951A2; }
a { background-color: rgb(233,81,162); }
div.DivClassName
{
background-color: #E951A2;
}
.BgClassName
{
background-color: #E951A2;
}
</style>
border-color css
<style>
span { border-color: #E951A2; }
span { border-color: rgb(233,81,162); }
td.TdClassName
{
border-color: #E951A2;
}
.TagClassName
{
border-color: #E951A2;
}
</style>