Shades of Brilliant Rose #E955A0
Tints of Brilliant Rose #E955A0
RGB
CMYK
RGB Variations
Color information
#E955A0 (or 0xE955A0) is known color: Brilliant Rose. HEX triplet: E9, 55 and A0. RGB value is (233,85,160). Sum of RGB (Red+Green+Blue) = 233+85+160=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E955A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955A0 is #16AA5F. Grayscale: #898989. Windows color (decimal): -1485408 or 10507753. OLE color: 10507753.
HSL color Cylindrical-coordinate representation of color #E955A0: hue angle of 329.59º 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 #E955A0 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 160 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.09 |
| HSL | 329.59º | 0.77% | 0.62% | - |
| HSV(B) | 329.59º | 0.64% | 0.91% | - |
| XYZ | 43.2 | 26.36 | 36.07 | - |
| YUV | 137.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 160 | 0 | 0.64 | 0.31 | 0.09 | 329.59 | 0.77 | 0.62 |
| Hex | E9 | 55 | A0 | 0 | 40 | 1F | 9 | 14A | 4D | 3E |
| Octal | 351 | 125 | 240 | 0 | 100 | 37 | 11 | 512 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10100000 | 0 | 1000000 | 11111 | 1001 | 101001010 | 1001101 | 111110 |
Color Harmonies of #E955A0
Complementary color
Monochromatic Colors of #E955A0
Black with #E955A0
Text Example
Text Example
White with #E955A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955A0; }
p { color: rgb(233,85,160); }
H1.HeaderClassName
{
color: #E955A0;
}
.AnyTagClassName
{
color: #E955A0;
}
</style>
background-color css
<style>
a { background-color: #E955A0; }
a { background-color: rgb(233,85,160); }
div.DivClassName
{
background-color: #E955A0;
}
.BgClassName
{
background-color: #E955A0;
}
</style>
border-color css
<style>
span { border-color: #E955A0; }
span { border-color: rgb(233,85,160); }
td.TdClassName
{
border-color: #E955A0;
}
.TagClassName
{
border-color: #E955A0;
}
</style>