Shades of Brilliant Rose #E955AA
Tints of Brilliant Rose #E955AA
RGB
CMYK
RGB Variations
Color information
#E955AA (or 0xE955AA) is known color: Brilliant Rose. HEX triplet: E9, 55 and AA. RGB value is (233,85,170). Sum of RGB (Red+Green+Blue) = 233+85+170=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E955AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955AA is #16AA55. Grayscale: #8A8A8A. Windows color (decimal): -1485398 or 11163113. OLE color: 11163113.
HSL color Cylindrical-coordinate representation of color #E955AA: hue angle of 325.54º 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 #E955AA is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 170 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.09 |
| HSL | 325.54º | 0.77% | 0.62% | - |
| HSV(B) | 325.54º | 0.64% | 0.91% | - |
| XYZ | 44.11 | 26.72 | 40.86 | - |
| YUV | 138.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 170 | 0 | 0.64 | 0.27 | 0.09 | 325.54 | 0.77 | 0.62 |
| Hex | E9 | 55 | AA | 0 | 40 | 1B | 9 | 146 | 4D | 3E |
| Octal | 351 | 125 | 252 | 0 | 100 | 33 | 11 | 506 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10101010 | 0 | 1000000 | 11011 | 1001 | 101000110 | 1001101 | 111110 |
Color Harmonies of #E955AA
Complementary color
Monochromatic Colors of #E955AA
Black with #E955AA
Text Example
Text Example
White with #E955AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955AA; }
p { color: rgb(233,85,170); }
H1.HeaderClassName
{
color: #E955AA;
}
.AnyTagClassName
{
color: #E955AA;
}
</style>
background-color css
<style>
a { background-color: #E955AA; }
a { background-color: rgb(233,85,170); }
div.DivClassName
{
background-color: #E955AA;
}
.BgClassName
{
background-color: #E955AA;
}
</style>
border-color css
<style>
span { border-color: #E955AA; }
span { border-color: rgb(233,85,170); }
td.TdClassName
{
border-color: #E955AA;
}
.TagClassName
{
border-color: #E955AA;
}
</style>