Shades of Brilliant Rose #E146AD
Tints of Brilliant Rose #E146AD
RGB
CMYK
RGB Variations
Color information
#E146AD (or 0xE146AD) is known color: Brilliant Rose. HEX triplet: E1, 46 and AD. RGB value is (225,70,173). Sum of RGB (Red+Green+Blue) = 225+70+173=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E146AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146AD is #1EB952. Grayscale: #7F7F7F. Windows color (decimal): -2013523 or 11355873. OLE color: 11355873.
HSL color Cylindrical-coordinate representation of color #E146AD: hue angle of 320.13º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146AD is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 173 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.12 |
| HSL | 320.13º | 0.72% | 0.58% | - |
| HSV(B) | 320.13º | 0.69% | 0.88% | - |
| XYZ | 40.78 | 23.41 | 41.9 | - |
| YUV | 128.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 173 | 0 | 0.69 | 0.23 | 0.12 | 320.13 | 0.72 | 0.58 |
| Hex | E1 | 46 | AD | 0 | 45 | 17 | C | 140 | 48 | 3A |
| Octal | 341 | 106 | 255 | 0 | 105 | 27 | 14 | 500 | 110 | 72 |
| Binary | 11100001 | 1000110 | 10101101 | 0 | 1000101 | 10111 | 1100 | 101000000 | 1001000 | 111010 |
Color Harmonies of #E146AD
Complementary color
Monochromatic Colors of #E146AD
Black with #E146AD
Text Example
Text Example
White with #E146AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146AD; }
p { color: rgb(225,70,173); }
H1.HeaderClassName
{
color: #E146AD;
}
.AnyTagClassName
{
color: #E146AD;
}
</style>
background-color css
<style>
a { background-color: #E146AD; }
a { background-color: rgb(225,70,173); }
div.DivClassName
{
background-color: #E146AD;
}
.BgClassName
{
background-color: #E146AD;
}
</style>
border-color css
<style>
span { border-color: #E146AD; }
span { border-color: rgb(225,70,173); }
td.TdClassName
{
border-color: #E146AD;
}
.TagClassName
{
border-color: #E146AD;
}
</style>