Shades of Brilliant Rose #E355AB
Tints of Brilliant Rose #E355AB
RGB
CMYK
RGB Variations
Color information
#E355AB (or 0xE355AB) is known color: Brilliant Rose. HEX triplet: E3, 55 and AB. RGB value is (227,85,171). Sum of RGB (Red+Green+Blue) = 227+85+171=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E355AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E355AB is #1CAA54. Grayscale: #898989. Windows color (decimal): -1878613 or 11228643. OLE color: 11228643.
HSL color Cylindrical-coordinate representation of color #E355AB: hue angle of 323.66º 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 #E355AB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 171 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.11 |
| HSL | 323.66º | 0.72% | 0.61% | - |
| HSV(B) | 323.66º | 0.63% | 0.89% | - |
| XYZ | 42.28 | 25.77 | 41.27 | - |
| YUV | 137.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 171 | 0 | 0.63 | 0.25 | 0.11 | 323.66 | 0.72 | 0.61 |
| Hex | E3 | 55 | AB | 0 | 3F | 19 | B | 144 | 48 | 3D |
| Octal | 343 | 125 | 253 | 0 | 77 | 31 | 13 | 504 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10101011 | 0 | 111111 | 11001 | 1011 | 101000100 | 1001000 | 111101 |
Color Harmonies of #E355AB
Complementary color
Monochromatic Colors of #E355AB
Black with #E355AB
Text Example
Text Example
White with #E355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355AB; }
p { color: rgb(227,85,171); }
H1.HeaderClassName
{
color: #E355AB;
}
.AnyTagClassName
{
color: #E355AB;
}
</style>
background-color css
<style>
a { background-color: #E355AB; }
a { background-color: rgb(227,85,171); }
div.DivClassName
{
background-color: #E355AB;
}
.BgClassName
{
background-color: #E355AB;
}
</style>
border-color css
<style>
span { border-color: #E355AB; }
span { border-color: rgb(227,85,171); }
td.TdClassName
{
border-color: #E355AB;
}
.TagClassName
{
border-color: #E355AB;
}
</style>