Shades of Brilliant Rose #E259A6
Tints of Brilliant Rose #E259A6
RGB
CMYK
RGB Variations
Color information
#E259A6 (or 0xE259A6) is known color: Brilliant Rose. HEX triplet: E2, 59 and A6. RGB value is (226,89,166). Sum of RGB (Red+Green+Blue) = 226+89+166=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E259A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E259A6 is #1DA659. Grayscale: #8A8A8A. Windows color (decimal): -1943130 or 10901986. OLE color: 10901986.
HSL color Cylindrical-coordinate representation of color #E259A6: hue angle of 326.28º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E259A6 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 166 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.11 |
| HSL | 326.28º | 0.7% | 0.62% | - |
| HSV(B) | 326.28º | 0.61% | 0.89% | - |
| XYZ | 41.82 | 26.07 | 38.9 | - |
| YUV | 138.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 166 | 0 | 0.61 | 0.27 | 0.11 | 326.28 | 0.7 | 0.62 |
| Hex | E2 | 59 | A6 | 0 | 3D | 1B | B | 146 | 46 | 3E |
| Octal | 342 | 131 | 246 | 0 | 75 | 33 | 13 | 506 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10100110 | 0 | 111101 | 11011 | 1011 | 101000110 | 1000110 | 111110 |
Color Harmonies of #E259A6
Complementary color
Monochromatic Colors of #E259A6
Black with #E259A6
Text Example
Text Example
White with #E259A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259A6; }
p { color: rgb(226,89,166); }
H1.HeaderClassName
{
color: #E259A6;
}
.AnyTagClassName
{
color: #E259A6;
}
</style>
background-color css
<style>
a { background-color: #E259A6; }
a { background-color: rgb(226,89,166); }
div.DivClassName
{
background-color: #E259A6;
}
.BgClassName
{
background-color: #E259A6;
}
</style>
border-color css
<style>
span { border-color: #E259A6; }
span { border-color: rgb(226,89,166); }
td.TdClassName
{
border-color: #E259A6;
}
.TagClassName
{
border-color: #E259A6;
}
</style>