Shades of Brilliant Rose #E353AB
Tints of Brilliant Rose #E353AB
RGB
CMYK
RGB Variations
Color information
#E353AB (or 0xE353AB) is known color: Brilliant Rose. HEX triplet: E3, 53 and AB. RGB value is (227,83,171). Sum of RGB (Red+Green+Blue) = 227+83+171=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E353AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E353AB is #1CAC54. Grayscale: #878787. Windows color (decimal): -1879125 or 11228131. OLE color: 11228131.
HSL color Cylindrical-coordinate representation of color #E353AB: hue angle of 323.33º 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 #E353AB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 171 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.11 |
| HSL | 323.33º | 0.72% | 0.61% | - |
| HSV(B) | 323.33º | 0.63% | 0.89% | - |
| XYZ | 42.12 | 25.46 | 41.22 | - |
| YUV | 136.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 171 | 0 | 0.63 | 0.25 | 0.11 | 323.33 | 0.72 | 0.61 |
| Hex | E3 | 53 | AB | 0 | 3F | 19 | B | 143 | 48 | 3D |
| Octal | 343 | 123 | 253 | 0 | 77 | 31 | 13 | 503 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10101011 | 0 | 111111 | 11001 | 1011 | 101000011 | 1001000 | 111101 |
Color Harmonies of #E353AB
Complementary color
Monochromatic Colors of #E353AB
Black with #E353AB
Text Example
Text Example
White with #E353AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353AB; }
p { color: rgb(227,83,171); }
H1.HeaderClassName
{
color: #E353AB;
}
.AnyTagClassName
{
color: #E353AB;
}
</style>
background-color css
<style>
a { background-color: #E353AB; }
a { background-color: rgb(227,83,171); }
div.DivClassName
{
background-color: #E353AB;
}
.BgClassName
{
background-color: #E353AB;
}
</style>
border-color css
<style>
span { border-color: #E353AB; }
span { border-color: rgb(227,83,171); }
td.TdClassName
{
border-color: #E353AB;
}
.TagClassName
{
border-color: #E353AB;
}
</style>