Shades of Brilliant Rose #E354AB
Tints of Brilliant Rose #E354AB
RGB
CMYK
RGB Variations
Color information
#E354AB (or 0xE354AB) is known color: Brilliant Rose. HEX triplet: E3, 54 and AB. RGB value is (227,84,171). Sum of RGB (Red+Green+Blue) = 227+84+171=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E354AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E354AB is #1CAB54. Grayscale: #888888. Windows color (decimal): -1878869 or 11228387. OLE color: 11228387.
HSL color Cylindrical-coordinate representation of color #E354AB: hue angle of 323.5º 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 #E354AB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 171 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.11 |
| HSL | 323.5º | 0.72% | 0.61% | - |
| HSV(B) | 323.5º | 0.63% | 0.89% | - |
| XYZ | 42.2 | 25.61 | 41.25 | - |
| YUV | 136.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 171 | 0 | 0.63 | 0.25 | 0.11 | 323.5 | 0.72 | 0.61 |
| Hex | E3 | 54 | AB | 0 | 3F | 19 | B | 143 | 48 | 3D |
| Octal | 343 | 124 | 253 | 0 | 77 | 31 | 13 | 503 | 110 | 75 |
| Binary | 11100011 | 1010100 | 10101011 | 0 | 111111 | 11001 | 1011 | 101000011 | 1001000 | 111101 |
Color Harmonies of #E354AB
Complementary color
Monochromatic Colors of #E354AB
Black with #E354AB
Text Example
Text Example
White with #E354AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E354AB; }
p { color: rgb(227,84,171); }
H1.HeaderClassName
{
color: #E354AB;
}
.AnyTagClassName
{
color: #E354AB;
}
</style>
background-color css
<style>
a { background-color: #E354AB; }
a { background-color: rgb(227,84,171); }
div.DivClassName
{
background-color: #E354AB;
}
.BgClassName
{
background-color: #E354AB;
}
</style>
border-color css
<style>
span { border-color: #E354AB; }
span { border-color: rgb(227,84,171); }
td.TdClassName
{
border-color: #E354AB;
}
.TagClassName
{
border-color: #E354AB;
}
</style>