Shades of Brilliant Rose #E158A8
Tints of Brilliant Rose #E158A8
RGB
CMYK
RGB Variations
Color information
#E158A8 (or 0xE158A8) is known color: Brilliant Rose. HEX triplet: E1, 58 and A8. RGB value is (225,88,168). Sum of RGB (Red+Green+Blue) = 225+88+168=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E158A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E158A8 is #1EA757. Grayscale: #898989. Windows color (decimal): -2008920 or 11032801. OLE color: 11032801.
HSL color Cylindrical-coordinate representation of color #E158A8: hue angle of 324.96º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E158A8 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 168 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.12 |
| HSL | 324.96º | 0.7% | 0.61% | - |
| HSV(B) | 324.96º | 0.61% | 0.88% | - |
| XYZ | 41.61 | 25.81 | 39.84 | - |
| YUV | 138.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 168 | 0 | 0.61 | 0.25 | 0.12 | 324.96 | 0.7 | 0.61 |
| Hex | E1 | 58 | A8 | 0 | 3D | 19 | C | 145 | 46 | 3D |
| Octal | 341 | 130 | 250 | 0 | 75 | 31 | 14 | 505 | 106 | 75 |
| Binary | 11100001 | 1011000 | 10101000 | 0 | 111101 | 11001 | 1100 | 101000101 | 1000110 | 111101 |
Color Harmonies of #E158A8
Complementary color
Monochromatic Colors of #E158A8
Black with #E158A8
Text Example
Text Example
White with #E158A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E158A8; }
p { color: rgb(225,88,168); }
H1.HeaderClassName
{
color: #E158A8;
}
.AnyTagClassName
{
color: #E158A8;
}
</style>
background-color css
<style>
a { background-color: #E158A8; }
a { background-color: rgb(225,88,168); }
div.DivClassName
{
background-color: #E158A8;
}
.BgClassName
{
background-color: #E158A8;
}
</style>
border-color css
<style>
span { border-color: #E158A8; }
span { border-color: rgb(225,88,168); }
td.TdClassName
{
border-color: #E158A8;
}
.TagClassName
{
border-color: #E158A8;
}
</style>