Shades of Brilliant Rose #E954AD
Tints of Brilliant Rose #E954AD
RGB
CMYK
RGB Variations
Color information
#E954AD (or 0xE954AD) is known color: Brilliant Rose. HEX triplet: E9, 54 and AD. RGB value is (233,84,173). Sum of RGB (Red+Green+Blue) = 233+84+173=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E954AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E954AD is #16AB52. Grayscale: #8A8A8A. Windows color (decimal): -1485651 or 11359465. OLE color: 11359465.
HSL color Cylindrical-coordinate representation of color #E954AD: hue angle of 324.16º 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 #E954AD is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 173 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.09 |
| HSL | 324.16º | 0.77% | 0.62% | - |
| HSV(B) | 324.16º | 0.64% | 0.91% | - |
| XYZ | 44.32 | 26.68 | 42.35 | - |
| YUV | 138.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 173 | 0 | 0.64 | 0.26 | 0.09 | 324.16 | 0.77 | 0.62 |
| Hex | E9 | 54 | AD | 0 | 40 | 1A | 9 | 144 | 4D | 3E |
| Octal | 351 | 124 | 255 | 0 | 100 | 32 | 11 | 504 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10101101 | 0 | 1000000 | 11010 | 1001 | 101000100 | 1001101 | 111110 |
Color Harmonies of #E954AD
Complementary color
Monochromatic Colors of #E954AD
Black with #E954AD
Text Example
Text Example
White with #E954AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954AD; }
p { color: rgb(233,84,173); }
H1.HeaderClassName
{
color: #E954AD;
}
.AnyTagClassName
{
color: #E954AD;
}
</style>
background-color css
<style>
a { background-color: #E954AD; }
a { background-color: rgb(233,84,173); }
div.DivClassName
{
background-color: #E954AD;
}
.BgClassName
{
background-color: #E954AD;
}
</style>
border-color css
<style>
span { border-color: #E954AD; }
span { border-color: rgb(233,84,173); }
td.TdClassName
{
border-color: #E954AD;
}
.TagClassName
{
border-color: #E954AD;
}
</style>