Shades of Brilliant Rose #E45FA6
Tints of Brilliant Rose #E45FA6
RGB
CMYK
RGB Variations
Color information
#E45FA6 (or 0xE45FA6) is known color: Brilliant Rose. HEX triplet: E4, 5F and A6. RGB value is (228,95,166). Sum of RGB (Red+Green+Blue) = 228+95+166=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45FA6 is #1BA059. Grayscale: #8E8E8E. Windows color (decimal): -1810522 or 10903524. OLE color: 10903524.
HSL color Cylindrical-coordinate representation of color #E45FA6: hue angle of 327.97º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FA6 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 166 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.11 |
| HSL | 327.97º | 0.71% | 0.63% | - |
| HSV(B) | 327.97º | 0.58% | 0.89% | - |
| XYZ | 42.97 | 27.43 | 39.11 | - |
| YUV | 142.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 166 | 0 | 0.58 | 0.27 | 0.11 | 327.97 | 0.71 | 0.63 |
| Hex | E4 | 5F | A6 | 0 | 3A | 1B | B | 148 | 47 | 3F |
| Octal | 344 | 137 | 246 | 0 | 72 | 33 | 13 | 510 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10100110 | 0 | 111010 | 11011 | 1011 | 101001000 | 1000111 | 111111 |
Color Harmonies of #E45FA6
Complementary color
Monochromatic Colors of #E45FA6
Black with #E45FA6
Text Example
Text Example
White with #E45FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FA6; }
p { color: rgb(228,95,166); }
H1.HeaderClassName
{
color: #E45FA6;
}
.AnyTagClassName
{
color: #E45FA6;
}
</style>
background-color css
<style>
a { background-color: #E45FA6; }
a { background-color: rgb(228,95,166); }
div.DivClassName
{
background-color: #E45FA6;
}
.BgClassName
{
background-color: #E45FA6;
}
</style>
border-color css
<style>
span { border-color: #E45FA6; }
span { border-color: rgb(228,95,166); }
td.TdClassName
{
border-color: #E45FA6;
}
.TagClassName
{
border-color: #E45FA6;
}
</style>