Shades of Brilliant Rose #E445A8
Tints of Brilliant Rose #E445A8
RGB
CMYK
RGB Variations
Color information
#E445A8 (or 0xE445A8) is known color: Brilliant Rose. HEX triplet: E4, 45 and A8. RGB value is (228,69,168). Sum of RGB (Red+Green+Blue) = 228+69+168=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E445A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E445A8 is #1BBA57. Grayscale: #7F7F7F. Windows color (decimal): -1817176 or 11027940. OLE color: 11027940.
HSL color Cylindrical-coordinate representation of color #E445A8: hue angle of 322.64º 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 #E445A8 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 168 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.11 |
| HSL | 322.64º | 0.75% | 0.58% | - |
| HSV(B) | 322.64º | 0.7% | 0.89% | - |
| XYZ | 41.19 | 23.58 | 39.43 | - |
| YUV | 127.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 168 | 0 | 0.70 | 0.26 | 0.11 | 322.64 | 0.75 | 0.58 |
| Hex | E4 | 45 | A8 | 0 | 46 | 1A | B | 143 | 4B | 3A |
| Octal | 344 | 105 | 250 | 0 | 106 | 32 | 13 | 503 | 113 | 72 |
| Binary | 11100100 | 1000101 | 10101000 | 0 | 1000110 | 11010 | 1011 | 101000011 | 1001011 | 111010 |
Color Harmonies of #E445A8
Complementary color
Monochromatic Colors of #E445A8
Black with #E445A8
Text Example
Text Example
White with #E445A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E445A8; }
p { color: rgb(228,69,168); }
H1.HeaderClassName
{
color: #E445A8;
}
.AnyTagClassName
{
color: #E445A8;
}
</style>
background-color css
<style>
a { background-color: #E445A8; }
a { background-color: rgb(228,69,168); }
div.DivClassName
{
background-color: #E445A8;
}
.BgClassName
{
background-color: #E445A8;
}
</style>
border-color css
<style>
span { border-color: #E445A8; }
span { border-color: rgb(228,69,168); }
td.TdClassName
{
border-color: #E445A8;
}
.TagClassName
{
border-color: #E445A8;
}
</style>