Shades of Brilliant Rose #E25EA6
Tints of Brilliant Rose #E25EA6
RGB
CMYK
RGB Variations
Color information
#E25EA6 (or 0xE25EA6) is known color: Brilliant Rose. HEX triplet: E2, 5E and A6. RGB value is (226,94,166). Sum of RGB (Red+Green+Blue) = 226+94+166=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25EA6 is #1DA159. Grayscale: #8D8D8D. Windows color (decimal): -1941850 or 10903266. OLE color: 10903266.
HSL color Cylindrical-coordinate representation of color #E25EA6: hue angle of 327.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25EA6 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 166 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.11 |
| HSL | 327.27º | 0.69% | 0.63% | - |
| HSV(B) | 327.27º | 0.58% | 0.89% | - |
| XYZ | 42.25 | 26.93 | 39.05 | - |
| YUV | 141.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 166 | 0 | 0.58 | 0.27 | 0.11 | 327.27 | 0.69 | 0.63 |
| Hex | E2 | 5E | A6 | 0 | 3A | 1B | B | 147 | 45 | 3F |
| Octal | 342 | 136 | 246 | 0 | 72 | 33 | 13 | 507 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10100110 | 0 | 111010 | 11011 | 1011 | 101000111 | 1000101 | 111111 |
Color Harmonies of #E25EA6
Complementary color
Monochromatic Colors of #E25EA6
Black with #E25EA6
Text Example
Text Example
White with #E25EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EA6; }
p { color: rgb(226,94,166); }
H1.HeaderClassName
{
color: #E25EA6;
}
.AnyTagClassName
{
color: #E25EA6;
}
</style>
background-color css
<style>
a { background-color: #E25EA6; }
a { background-color: rgb(226,94,166); }
div.DivClassName
{
background-color: #E25EA6;
}
.BgClassName
{
background-color: #E25EA6;
}
</style>
border-color css
<style>
span { border-color: #E25EA6; }
span { border-color: rgb(226,94,166); }
td.TdClassName
{
border-color: #E25EA6;
}
.TagClassName
{
border-color: #E25EA6;
}
</style>