Shades of Brilliant Rose #E053AB
Tints of Brilliant Rose #E053AB
RGB
CMYK
RGB Variations
Color information
#E053AB (or 0xE053AB) is known color: Brilliant Rose. HEX triplet: E0, 53 and AB. RGB value is (224,83,171). Sum of RGB (Red+Green+Blue) = 224+83+171=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E053AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053AB is #1FAC54. Grayscale: #868686. Windows color (decimal): -2075733 or 11228128. OLE color: 11228128.
HSL color Cylindrical-coordinate representation of color #E053AB: hue angle of 322.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E053AB is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 171 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.12 |
| HSL | 322.55º | 0.69% | 0.6% | - |
| HSV(B) | 322.55º | 0.63% | 0.88% | - |
| XYZ | 41.18 | 24.97 | 41.18 | - |
| YUV | 135.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 171 | 0 | 0.63 | 0.24 | 0.12 | 322.55 | 0.69 | 0.6 |
| Hex | E0 | 53 | AB | 0 | 3F | 18 | C | 143 | 45 | 3C |
| Octal | 340 | 123 | 253 | 0 | 77 | 30 | 14 | 503 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10101011 | 0 | 111111 | 11000 | 1100 | 101000011 | 1000101 | 111100 |
Color Harmonies of #E053AB
Complementary color
Monochromatic Colors of #E053AB
Black with #E053AB
Text Example
Text Example
White with #E053AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E053AB; }
p { color: rgb(224,83,171); }
H1.HeaderClassName
{
color: #E053AB;
}
.AnyTagClassName
{
color: #E053AB;
}
</style>
background-color css
<style>
a { background-color: #E053AB; }
a { background-color: rgb(224,83,171); }
div.DivClassName
{
background-color: #E053AB;
}
.BgClassName
{
background-color: #E053AB;
}
</style>
border-color css
<style>
span { border-color: #E053AB; }
span { border-color: rgb(224,83,171); }
td.TdClassName
{
border-color: #E053AB;
}
.TagClassName
{
border-color: #E053AB;
}
</style>