Shades of Brilliant Rose #E445A0
Tints of Brilliant Rose #E445A0
RGB
CMYK
RGB Variations
Color information
#E445A0 (or 0xE445A0) is known color: Brilliant Rose. HEX triplet: E4, 45 and A0. RGB value is (228,69,160). Sum of RGB (Red+Green+Blue) = 228+69+160=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E445A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E445A0 is #1BBA5F. Grayscale: #7E7E7E. Windows color (decimal): -1817184 or 10503652. OLE color: 10503652.
HSL color Cylindrical-coordinate representation of color #E445A0: hue angle of 325.66º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E445A0 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 160 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.11 |
| HSL | 325.66º | 0.75% | 0.58% | - |
| HSV(B) | 325.66º | 0.7% | 0.89% | - |
| XYZ | 40.47 | 23.29 | 35.62 | - |
| YUV | 126.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 160 | 0 | 0.70 | 0.30 | 0.11 | 325.66 | 0.75 | 0.58 |
| Hex | E4 | 45 | A0 | 0 | 46 | 1E | B | 146 | 4B | 3A |
| Octal | 344 | 105 | 240 | 0 | 106 | 36 | 13 | 506 | 113 | 72 |
| Binary | 11100100 | 1000101 | 10100000 | 0 | 1000110 | 11110 | 1011 | 101000110 | 1001011 | 111010 |
Color Harmonies of #E445A0
Complementary color
Monochromatic Colors of #E445A0
Black with #E445A0
Text Example
Text Example
White with #E445A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E445A0; }
p { color: rgb(228,69,160); }
H1.HeaderClassName
{
color: #E445A0;
}
.AnyTagClassName
{
color: #E445A0;
}
</style>
background-color css
<style>
a { background-color: #E445A0; }
a { background-color: rgb(228,69,160); }
div.DivClassName
{
background-color: #E445A0;
}
.BgClassName
{
background-color: #E445A0;
}
</style>
border-color css
<style>
span { border-color: #E445A0; }
span { border-color: rgb(228,69,160); }
td.TdClassName
{
border-color: #E445A0;
}
.TagClassName
{
border-color: #E445A0;
}
</style>