Shades of Brilliant Rose #E051A6
Tints of Brilliant Rose #E051A6
RGB
CMYK
RGB Variations
Color information
#E051A6 (or 0xE051A6) is known color: Brilliant Rose. HEX triplet: E0, 51 and A6. RGB value is (224,81,166). Sum of RGB (Red+Green+Blue) = 224+81+166=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E051A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051A6 is #1FAE59. Grayscale: #858585. Windows color (decimal): -2076250 or 10899936. OLE color: 10899936.
HSL color Cylindrical-coordinate representation of color #E051A6: hue angle of 324.34º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E051A6 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 166 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.12 |
| HSL | 324.34º | 0.7% | 0.6% | - |
| HSV(B) | 324.34º | 0.64% | 0.88% | - |
| XYZ | 40.57 | 24.49 | 38.66 | - |
| YUV | 133.45 | 146.38 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 166 | 0 | 0.64 | 0.26 | 0.12 | 324.34 | 0.7 | 0.6 |
| Hex | E0 | 51 | A6 | 0 | 40 | 1A | C | 144 | 46 | 3C |
| Octal | 340 | 121 | 246 | 0 | 100 | 32 | 14 | 504 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10100110 | 0 | 1000000 | 11010 | 1100 | 101000100 | 1000110 | 111100 |
Color Harmonies of #E051A6
Complementary color
Monochromatic Colors of #E051A6
Black with #E051A6
Text Example
Text Example
White with #E051A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051A6; }
p { color: rgb(224,81,166); }
H1.HeaderClassName
{
color: #E051A6;
}
.AnyTagClassName
{
color: #E051A6;
}
</style>
background-color css
<style>
a { background-color: #E051A6; }
a { background-color: rgb(224,81,166); }
div.DivClassName
{
background-color: #E051A6;
}
.BgClassName
{
background-color: #E051A6;
}
</style>
border-color css
<style>
span { border-color: #E051A6; }
span { border-color: rgb(224,81,166); }
td.TdClassName
{
border-color: #E051A6;
}
.TagClassName
{
border-color: #E051A6;
}
</style>