Shades of Brilliant Rose #E450A7
Tints of Brilliant Rose #E450A7
RGB
CMYK
RGB Variations
Color information
#E450A7 (or 0xE450A7) is known color: Brilliant Rose. HEX triplet: E4, 50 and A7. RGB value is (228,80,167). Sum of RGB (Red+Green+Blue) = 228+80+167=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E450A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450A7 is #1BAF58. Grayscale: #858585. Windows color (decimal): -1814361 or 10965220. OLE color: 10965220.
HSL color Cylindrical-coordinate representation of color #E450A7: hue angle of 324.73º 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 #E450A7 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 167 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.11 |
| HSL | 324.73º | 0.73% | 0.6% | - |
| HSV(B) | 324.73º | 0.65% | 0.89% | - |
| XYZ | 41.84 | 25.02 | 39.18 | - |
| YUV | 134.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 167 | 0 | 0.65 | 0.27 | 0.11 | 324.73 | 0.73 | 0.6 |
| Hex | E4 | 50 | A7 | 0 | 41 | 1B | B | 145 | 49 | 3C |
| Octal | 344 | 120 | 247 | 0 | 101 | 33 | 13 | 505 | 111 | 74 |
| Binary | 11100100 | 1010000 | 10100111 | 0 | 1000001 | 11011 | 1011 | 101000101 | 1001001 | 111100 |
Color Harmonies of #E450A7
Complementary color
Monochromatic Colors of #E450A7
Black with #E450A7
Text Example
Text Example
White with #E450A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450A7; }
p { color: rgb(228,80,167); }
H1.HeaderClassName
{
color: #E450A7;
}
.AnyTagClassName
{
color: #E450A7;
}
</style>
background-color css
<style>
a { background-color: #E450A7; }
a { background-color: rgb(228,80,167); }
div.DivClassName
{
background-color: #E450A7;
}
.BgClassName
{
background-color: #E450A7;
}
</style>
border-color css
<style>
span { border-color: #E450A7; }
span { border-color: rgb(228,80,167); }
td.TdClassName
{
border-color: #E450A7;
}
.TagClassName
{
border-color: #E450A7;
}
</style>