Shades of Brilliant Rose #E258A8
Tints of Brilliant Rose #E258A8
RGB
CMYK
RGB Variations
Color information
#E258A8 (or 0xE258A8) is known color: Brilliant Rose. HEX triplet: E2, 58 and A8. RGB value is (226,88,168). Sum of RGB (Red+Green+Blue) = 226+88+168=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E258A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E258A8 is #1DA757. Grayscale: #8A8A8A. Windows color (decimal): -1943384 or 11032802. OLE color: 11032802.
HSL color Cylindrical-coordinate representation of color #E258A8: hue angle of 325.22º 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 #E258A8 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 168 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.11 |
| HSL | 325.22º | 0.7% | 0.62% | - |
| HSV(B) | 325.22º | 0.61% | 0.89% | - |
| XYZ | 41.92 | 25.98 | 39.85 | - |
| YUV | 138.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 168 | 0 | 0.61 | 0.26 | 0.11 | 325.22 | 0.7 | 0.62 |
| Hex | E2 | 58 | A8 | 0 | 3D | 1A | B | 145 | 46 | 3E |
| Octal | 342 | 130 | 250 | 0 | 75 | 32 | 13 | 505 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10101000 | 0 | 111101 | 11010 | 1011 | 101000101 | 1000110 | 111110 |
Color Harmonies of #E258A8
Complementary color
Monochromatic Colors of #E258A8
Black with #E258A8
Text Example
Text Example
White with #E258A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258A8; }
p { color: rgb(226,88,168); }
H1.HeaderClassName
{
color: #E258A8;
}
.AnyTagClassName
{
color: #E258A8;
}
</style>
background-color css
<style>
a { background-color: #E258A8; }
a { background-color: rgb(226,88,168); }
div.DivClassName
{
background-color: #E258A8;
}
.BgClassName
{
background-color: #E258A8;
}
</style>
border-color css
<style>
span { border-color: #E258A8; }
span { border-color: rgb(226,88,168); }
td.TdClassName
{
border-color: #E258A8;
}
.TagClassName
{
border-color: #E258A8;
}
</style>