Shades of Brilliant Rose #E051A3
Tints of Brilliant Rose #E051A3
RGB
CMYK
RGB Variations
Color information
#E051A3 (or 0xE051A3) is known color: Brilliant Rose. HEX triplet: E0, 51 and A3. RGB value is (224,81,163). Sum of RGB (Red+Green+Blue) = 224+81+163=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E051A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051A3 is #1FAE5C. Grayscale: #848484. Windows color (decimal): -2076253 or 10703328. OLE color: 10703328.
HSL color Cylindrical-coordinate representation of color #E051A3: hue angle of 325.59º 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 #E051A3 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 163 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.12 |
| HSL | 325.59º | 0.7% | 0.6% | - |
| HSV(B) | 325.59º | 0.64% | 0.88% | - |
| XYZ | 40.29 | 24.38 | 37.23 | - |
| YUV | 133.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 163 | 0 | 0.64 | 0.27 | 0.12 | 325.59 | 0.7 | 0.6 |
| Hex | E0 | 51 | A3 | 0 | 40 | 1B | C | 146 | 46 | 3C |
| Octal | 340 | 121 | 243 | 0 | 100 | 33 | 14 | 506 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10100011 | 0 | 1000000 | 11011 | 1100 | 101000110 | 1000110 | 111100 |
Color Harmonies of #E051A3
Complementary color
Monochromatic Colors of #E051A3
Black with #E051A3
Text Example
Text Example
White with #E051A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051A3; }
p { color: rgb(224,81,163); }
H1.HeaderClassName
{
color: #E051A3;
}
.AnyTagClassName
{
color: #E051A3;
}
</style>
background-color css
<style>
a { background-color: #E051A3; }
a { background-color: rgb(224,81,163); }
div.DivClassName
{
background-color: #E051A3;
}
.BgClassName
{
background-color: #E051A3;
}
</style>
border-color css
<style>
span { border-color: #E051A3; }
span { border-color: rgb(224,81,163); }
td.TdClassName
{
border-color: #E051A3;
}
.TagClassName
{
border-color: #E051A3;
}
</style>