Shades of Brilliant Rose #E145AD
Tints of Brilliant Rose #E145AD
RGB
CMYK
RGB Variations
Color information
#E145AD (or 0xE145AD) is known color: Brilliant Rose. HEX triplet: E1, 45 and AD. RGB value is (225,69,173). Sum of RGB (Red+Green+Blue) = 225+69+173=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E145AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145AD is #1EBA52. Grayscale: #7F7F7F. Windows color (decimal): -2013779 or 11355617. OLE color: 11355617.
HSL color Cylindrical-coordinate representation of color #E145AD: hue angle of 320º 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 #E145AD is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 173 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.12 |
| HSL | 320º | 0.72% | 0.58% | - |
| HSV(B) | 320º | 0.69% | 0.88% | - |
| XYZ | 40.72 | 23.28 | 41.88 | - |
| YUV | 127.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 173 | 0 | 0.69 | 0.23 | 0.12 | 320 | 0.72 | 0.58 |
| Hex | E1 | 45 | AD | 0 | 45 | 17 | C | 140 | 48 | 3A |
| Octal | 341 | 105 | 255 | 0 | 105 | 27 | 14 | 500 | 110 | 72 |
| Binary | 11100001 | 1000101 | 10101101 | 0 | 1000101 | 10111 | 1100 | 101000000 | 1001000 | 111010 |
Color Harmonies of #E145AD
Complementary color
Monochromatic Colors of #E145AD
Black with #E145AD
Text Example
Text Example
White with #E145AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145AD; }
p { color: rgb(225,69,173); }
H1.HeaderClassName
{
color: #E145AD;
}
.AnyTagClassName
{
color: #E145AD;
}
</style>
background-color css
<style>
a { background-color: #E145AD; }
a { background-color: rgb(225,69,173); }
div.DivClassName
{
background-color: #E145AD;
}
.BgClassName
{
background-color: #E145AD;
}
</style>
border-color css
<style>
span { border-color: #E145AD; }
span { border-color: rgb(225,69,173); }
td.TdClassName
{
border-color: #E145AD;
}
.TagClassName
{
border-color: #E145AD;
}
</style>