Shades of Brilliant Rose #E954AA
Tints of Brilliant Rose #E954AA
RGB
CMYK
RGB Variations
Color information
#E954AA (or 0xE954AA) is known color: Brilliant Rose. HEX triplet: E9, 54 and AA. RGB value is (233,84,170). Sum of RGB (Red+Green+Blue) = 233+84+170=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E954AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E954AA is #16AB55. Grayscale: #8A8A8A. Windows color (decimal): -1485654 or 11162857. OLE color: 11162857.
HSL color Cylindrical-coordinate representation of color #E954AA: hue angle of 325.37º 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 #E954AA is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 170 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.09 |
| HSL | 325.37º | 0.77% | 0.62% | - |
| HSV(B) | 325.37º | 0.64% | 0.91% | - |
| XYZ | 44.03 | 26.57 | 40.84 | - |
| YUV | 138.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 170 | 0 | 0.64 | 0.27 | 0.09 | 325.37 | 0.77 | 0.62 |
| Hex | E9 | 54 | AA | 0 | 40 | 1B | 9 | 145 | 4D | 3E |
| Octal | 351 | 124 | 252 | 0 | 100 | 33 | 11 | 505 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10101010 | 0 | 1000000 | 11011 | 1001 | 101000101 | 1001101 | 111110 |
Color Harmonies of #E954AA
Complementary color
Monochromatic Colors of #E954AA
Black with #E954AA
Text Example
Text Example
White with #E954AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954AA; }
p { color: rgb(233,84,170); }
H1.HeaderClassName
{
color: #E954AA;
}
.AnyTagClassName
{
color: #E954AA;
}
</style>
background-color css
<style>
a { background-color: #E954AA; }
a { background-color: rgb(233,84,170); }
div.DivClassName
{
background-color: #E954AA;
}
.BgClassName
{
background-color: #E954AA;
}
</style>
border-color css
<style>
span { border-color: #E954AA; }
span { border-color: rgb(233,84,170); }
td.TdClassName
{
border-color: #E954AA;
}
.TagClassName
{
border-color: #E954AA;
}
</style>