Shades of Brilliant Rose #E146A8
Tints of Brilliant Rose #E146A8
RGB
CMYK
RGB Variations
Color information
#E146A8 (or 0xE146A8) is known color: Brilliant Rose. HEX triplet: E1, 46 and A8. RGB value is (225,70,168). Sum of RGB (Red+Green+Blue) = 225+70+168=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E146A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146A8 is #1EB957. Grayscale: #7F7F7F. Windows color (decimal): -2013528 or 11028193. OLE color: 11028193.
HSL color Cylindrical-coordinate representation of color #E146A8: hue angle of 322.06º 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 #E146A8 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 168 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.12 |
| HSL | 322.06º | 0.72% | 0.58% | - |
| HSV(B) | 322.06º | 0.69% | 0.88% | - |
| XYZ | 40.31 | 23.22 | 39.4 | - |
| YUV | 127.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 168 | 0 | 0.69 | 0.25 | 0.12 | 322.06 | 0.72 | 0.58 |
| Hex | E1 | 46 | A8 | 0 | 45 | 19 | C | 142 | 48 | 3A |
| Octal | 341 | 106 | 250 | 0 | 105 | 31 | 14 | 502 | 110 | 72 |
| Binary | 11100001 | 1000110 | 10101000 | 0 | 1000101 | 11001 | 1100 | 101000010 | 1001000 | 111010 |
Color Harmonies of #E146A8
Complementary color
Monochromatic Colors of #E146A8
Black with #E146A8
Text Example
Text Example
White with #E146A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146A8; }
p { color: rgb(225,70,168); }
H1.HeaderClassName
{
color: #E146A8;
}
.AnyTagClassName
{
color: #E146A8;
}
</style>
background-color css
<style>
a { background-color: #E146A8; }
a { background-color: rgb(225,70,168); }
div.DivClassName
{
background-color: #E146A8;
}
.BgClassName
{
background-color: #E146A8;
}
</style>
border-color css
<style>
span { border-color: #E146A8; }
span { border-color: rgb(225,70,168); }
td.TdClassName
{
border-color: #E146A8;
}
.TagClassName
{
border-color: #E146A8;
}
</style>