Shades of Brilliant Rose #E450A6
Tints of Brilliant Rose #E450A6
RGB
CMYK
RGB Variations
Color information
#E450A6 (or 0xE450A6) is known color: Brilliant Rose. HEX triplet: E4, 50 and A6. RGB value is (228,80,166). Sum of RGB (Red+Green+Blue) = 228+80+166=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E450A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450A6 is #1BAF59. Grayscale: #858585. Windows color (decimal): -1814362 or 10899684. OLE color: 10899684.
HSL color Cylindrical-coordinate representation of color #E450A6: hue angle of 325.14º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450A6 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 166 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.11 |
| HSL | 325.14º | 0.73% | 0.6% | - |
| HSV(B) | 325.14º | 0.65% | 0.89% | - |
| XYZ | 41.75 | 24.98 | 38.7 | - |
| YUV | 134.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 166 | 0 | 0.65 | 0.27 | 0.11 | 325.14 | 0.73 | 0.6 |
| Hex | E4 | 50 | A6 | 0 | 41 | 1B | B | 145 | 49 | 3C |
| Octal | 344 | 120 | 246 | 0 | 101 | 33 | 13 | 505 | 111 | 74 |
| Binary | 11100100 | 1010000 | 10100110 | 0 | 1000001 | 11011 | 1011 | 101000101 | 1001001 | 111100 |
Color Harmonies of #E450A6
Complementary color
Monochromatic Colors of #E450A6
Black with #E450A6
Text Example
Text Example
White with #E450A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450A6; }
p { color: rgb(228,80,166); }
H1.HeaderClassName
{
color: #E450A6;
}
.AnyTagClassName
{
color: #E450A6;
}
</style>
background-color css
<style>
a { background-color: #E450A6; }
a { background-color: rgb(228,80,166); }
div.DivClassName
{
background-color: #E450A6;
}
.BgClassName
{
background-color: #E450A6;
}
</style>
border-color css
<style>
span { border-color: #E450A6; }
span { border-color: rgb(228,80,166); }
td.TdClassName
{
border-color: #E450A6;
}
.TagClassName
{
border-color: #E450A6;
}
</style>