Shades of Brilliant Rose #E251AA
Tints of Brilliant Rose #E251AA
RGB
CMYK
RGB Variations
Color information
#E251AA (or 0xE251AA) is known color: Brilliant Rose. HEX triplet: E2, 51 and AA. RGB value is (226,81,170). Sum of RGB (Red+Green+Blue) = 226+81+170=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E251AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E251AA is #1DAE55. Grayscale: #868686. Windows color (decimal): -1945174 or 11162082. OLE color: 11162082.
HSL color Cylindrical-coordinate representation of color #E251AA: hue angle of 323.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E251AA is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 170 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.11 |
| HSL | 323.17º | 0.71% | 0.6% | - |
| HSV(B) | 323.17º | 0.64% | 0.89% | - |
| XYZ | 41.56 | 24.96 | 40.66 | - |
| YUV | 134.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 170 | 0 | 0.64 | 0.25 | 0.11 | 323.17 | 0.71 | 0.6 |
| Hex | E2 | 51 | AA | 0 | 40 | 19 | B | 143 | 47 | 3C |
| Octal | 342 | 121 | 252 | 0 | 100 | 31 | 13 | 503 | 107 | 74 |
| Binary | 11100010 | 1010001 | 10101010 | 0 | 1000000 | 11001 | 1011 | 101000011 | 1000111 | 111100 |
Color Harmonies of #E251AA
Complementary color
Monochromatic Colors of #E251AA
Black with #E251AA
Text Example
Text Example
White with #E251AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251AA; }
p { color: rgb(226,81,170); }
H1.HeaderClassName
{
color: #E251AA;
}
.AnyTagClassName
{
color: #E251AA;
}
</style>
background-color css
<style>
a { background-color: #E251AA; }
a { background-color: rgb(226,81,170); }
div.DivClassName
{
background-color: #E251AA;
}
.BgClassName
{
background-color: #E251AA;
}
</style>
border-color css
<style>
span { border-color: #E251AA; }
span { border-color: rgb(226,81,170); }
td.TdClassName
{
border-color: #E251AA;
}
.TagClassName
{
border-color: #E251AA;
}
</style>