Shades of Brilliant Rose #E158AD
Tints of Brilliant Rose #E158AD
RGB
CMYK
RGB Variations
Color information
#E158AD (or 0xE158AD) is known color: Brilliant Rose. HEX triplet: E1, 58 and AD. RGB value is (225,88,173). Sum of RGB (Red+Green+Blue) = 225+88+173=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E158AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E158AD is #1EA752. Grayscale: #8A8A8A. Windows color (decimal): -2008915 or 11360481. OLE color: 11360481.
HSL color Cylindrical-coordinate representation of color #E158AD: hue angle of 322.77º 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 #E158AD is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 173 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.12 |
| HSL | 322.77º | 0.7% | 0.61% | - |
| HSV(B) | 322.77º | 0.61% | 0.88% | - |
| XYZ | 42.08 | 26 | 42.34 | - |
| YUV | 138.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 173 | 0 | 0.61 | 0.23 | 0.12 | 322.77 | 0.7 | 0.61 |
| Hex | E1 | 58 | AD | 0 | 3D | 17 | C | 143 | 46 | 3D |
| Octal | 341 | 130 | 255 | 0 | 75 | 27 | 14 | 503 | 106 | 75 |
| Binary | 11100001 | 1011000 | 10101101 | 0 | 111101 | 10111 | 1100 | 101000011 | 1000110 | 111101 |
Color Harmonies of #E158AD
Complementary color
Monochromatic Colors of #E158AD
Black with #E158AD
Text Example
Text Example
White with #E158AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E158AD; }
p { color: rgb(225,88,173); }
H1.HeaderClassName
{
color: #E158AD;
}
.AnyTagClassName
{
color: #E158AD;
}
</style>
background-color css
<style>
a { background-color: #E158AD; }
a { background-color: rgb(225,88,173); }
div.DivClassName
{
background-color: #E158AD;
}
.BgClassName
{
background-color: #E158AD;
}
</style>
border-color css
<style>
span { border-color: #E158AD; }
span { border-color: rgb(225,88,173); }
td.TdClassName
{
border-color: #E158AD;
}
.TagClassName
{
border-color: #E158AD;
}
</style>