Shades of Brilliant Rose #E251AE
Tints of Brilliant Rose #E251AE
RGB
CMYK
RGB Variations
Color information
#E251AE (or 0xE251AE) is known color: Brilliant Rose. HEX triplet: E2, 51 and AE. RGB value is (226,81,174). Sum of RGB (Red+Green+Blue) = 226+81+174=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E251AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E251AE is #1DAE51. Grayscale: #868686. Windows color (decimal): -1945170 or 11424226. OLE color: 11424226.
HSL color Cylindrical-coordinate representation of color #E251AE: hue angle of 321.52º 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 #E251AE is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 174 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.11 |
| HSL | 321.52º | 0.71% | 0.6% | - |
| HSV(B) | 321.52º | 0.64% | 0.89% | - |
| XYZ | 41.95 | 25.11 | 42.68 | - |
| YUV | 134.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 174 | 0 | 0.64 | 0.23 | 0.11 | 321.52 | 0.71 | 0.6 |
| Hex | E2 | 51 | AE | 0 | 40 | 17 | B | 142 | 47 | 3C |
| Octal | 342 | 121 | 256 | 0 | 100 | 27 | 13 | 502 | 107 | 74 |
| Binary | 11100010 | 1010001 | 10101110 | 0 | 1000000 | 10111 | 1011 | 101000010 | 1000111 | 111100 |
Color Harmonies of #E251AE
Complementary color
Monochromatic Colors of #E251AE
Black with #E251AE
Text Example
Text Example
White with #E251AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251AE; }
p { color: rgb(226,81,174); }
H1.HeaderClassName
{
color: #E251AE;
}
.AnyTagClassName
{
color: #E251AE;
}
</style>
background-color css
<style>
a { background-color: #E251AE; }
a { background-color: rgb(226,81,174); }
div.DivClassName
{
background-color: #E251AE;
}
.BgClassName
{
background-color: #E251AE;
}
</style>
border-color css
<style>
span { border-color: #E251AE; }
span { border-color: rgb(226,81,174); }
td.TdClassName
{
border-color: #E251AE;
}
.TagClassName
{
border-color: #E251AE;
}
</style>