Shades of Brilliant Rose #E954AC
Tints of Brilliant Rose #E954AC
RGB
CMYK
RGB Variations
Color information
#E954AC (or 0xE954AC) is known color: Brilliant Rose. HEX triplet: E9, 54 and AC. RGB value is (233,84,172). Sum of RGB (Red+Green+Blue) = 233+84+172=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E954AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E954AC is #16AB53. Grayscale: #8A8A8A. Windows color (decimal): -1485652 or 11293929. OLE color: 11293929.
HSL color Cylindrical-coordinate representation of color #E954AC: hue angle of 324.56º 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 #E954AC is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 172 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.09 |
| HSL | 324.56º | 0.77% | 0.62% | - |
| HSV(B) | 324.56º | 0.64% | 0.91% | - |
| XYZ | 44.22 | 26.64 | 41.84 | - |
| YUV | 138.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 172 | 0 | 0.64 | 0.26 | 0.09 | 324.56 | 0.77 | 0.62 |
| Hex | E9 | 54 | AC | 0 | 40 | 1A | 9 | 145 | 4D | 3E |
| Octal | 351 | 124 | 254 | 0 | 100 | 32 | 11 | 505 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10101100 | 0 | 1000000 | 11010 | 1001 | 101000101 | 1001101 | 111110 |
Color Harmonies of #E954AC
Complementary color
Monochromatic Colors of #E954AC
Black with #E954AC
Text Example
Text Example
White with #E954AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954AC; }
p { color: rgb(233,84,172); }
H1.HeaderClassName
{
color: #E954AC;
}
.AnyTagClassName
{
color: #E954AC;
}
</style>
background-color css
<style>
a { background-color: #E954AC; }
a { background-color: rgb(233,84,172); }
div.DivClassName
{
background-color: #E954AC;
}
.BgClassName
{
background-color: #E954AC;
}
</style>
border-color css
<style>
span { border-color: #E954AC; }
span { border-color: rgb(233,84,172); }
td.TdClassName
{
border-color: #E954AC;
}
.TagClassName
{
border-color: #E954AC;
}
</style>