Shades of Brilliant Rose #E954A6
Tints of Brilliant Rose #E954A6
RGB
CMYK
RGB Variations
Color information
#E954A6 (or 0xE954A6) is known color: Brilliant Rose. HEX triplet: E9, 54 and A6. RGB value is (233,84,166). Sum of RGB (Red+Green+Blue) = 233+84+166=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E954A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E954A6 is #16AB59. Grayscale: #898989. Windows color (decimal): -1485658 or 10900713. OLE color: 10900713.
HSL color Cylindrical-coordinate representation of color #E954A6: hue angle of 326.98º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E954A6 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 166 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.09 |
| HSL | 326.98º | 0.77% | 0.62% | - |
| HSV(B) | 326.98º | 0.64% | 0.91% | - |
| XYZ | 43.66 | 26.42 | 38.87 | - |
| YUV | 137.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 166 | 0 | 0.64 | 0.29 | 0.09 | 326.98 | 0.77 | 0.62 |
| Hex | E9 | 54 | A6 | 0 | 40 | 1D | 9 | 147 | 4D | 3E |
| Octal | 351 | 124 | 246 | 0 | 100 | 35 | 11 | 507 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10100110 | 0 | 1000000 | 11101 | 1001 | 101000111 | 1001101 | 111110 |
Color Harmonies of #E954A6
Complementary color
Monochromatic Colors of #E954A6
Black with #E954A6
Text Example
Text Example
White with #E954A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954A6; }
p { color: rgb(233,84,166); }
H1.HeaderClassName
{
color: #E954A6;
}
.AnyTagClassName
{
color: #E954A6;
}
</style>
background-color css
<style>
a { background-color: #E954A6; }
a { background-color: rgb(233,84,166); }
div.DivClassName
{
background-color: #E954A6;
}
.BgClassName
{
background-color: #E954A6;
}
</style>
border-color css
<style>
span { border-color: #E954A6; }
span { border-color: rgb(233,84,166); }
td.TdClassName
{
border-color: #E954A6;
}
.TagClassName
{
border-color: #E954A6;
}
</style>