Shades of Brilliant Rose #E354AA
Tints of Brilliant Rose #E354AA
RGB
CMYK
RGB Variations
Color information
#E354AA (or 0xE354AA) is known color: Brilliant Rose. HEX triplet: E3, 54 and AA. RGB value is (227,84,170). Sum of RGB (Red+Green+Blue) = 227+84+170=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E354AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E354AA is #1CAB55. Grayscale: #888888. Windows color (decimal): -1878870 or 11162851. OLE color: 11162851.
HSL color Cylindrical-coordinate representation of color #E354AA: hue angle of 323.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E354AA is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 170 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.11 |
| HSL | 323.92º | 0.72% | 0.61% | - |
| HSV(B) | 323.92º | 0.63% | 0.89% | - |
| XYZ | 42.1 | 25.57 | 40.75 | - |
| YUV | 136.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 170 | 0 | 0.63 | 0.25 | 0.11 | 323.92 | 0.72 | 0.61 |
| Hex | E3 | 54 | AA | 0 | 3F | 19 | B | 144 | 48 | 3D |
| Octal | 343 | 124 | 252 | 0 | 77 | 31 | 13 | 504 | 110 | 75 |
| Binary | 11100011 | 1010100 | 10101010 | 0 | 111111 | 11001 | 1011 | 101000100 | 1001000 | 111101 |
Color Harmonies of #E354AA
Complementary color
Monochromatic Colors of #E354AA
Black with #E354AA
Text Example
Text Example
White with #E354AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E354AA; }
p { color: rgb(227,84,170); }
H1.HeaderClassName
{
color: #E354AA;
}
.AnyTagClassName
{
color: #E354AA;
}
</style>
background-color css
<style>
a { background-color: #E354AA; }
a { background-color: rgb(227,84,170); }
div.DivClassName
{
background-color: #E354AA;
}
.BgClassName
{
background-color: #E354AA;
}
</style>
border-color css
<style>
span { border-color: #E354AA; }
span { border-color: rgb(227,84,170); }
td.TdClassName
{
border-color: #E354AA;
}
.TagClassName
{
border-color: #E354AA;
}
</style>