Shades of Brilliant Rose #E150AE
Tints of Brilliant Rose #E150AE
RGB
CMYK
RGB Variations
Color information
#E150AE (or 0xE150AE) is known color: Brilliant Rose. HEX triplet: E1, 50 and AE. RGB value is (225,80,174). Sum of RGB (Red+Green+Blue) = 225+80+174=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E150AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E150AE is #1EAF51. Grayscale: #858585. Windows color (decimal): -2010962 or 11423969. OLE color: 11423969.
HSL color Cylindrical-coordinate representation of color #E150AE: hue angle of 321.1º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150AE is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 174 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.12 |
| HSL | 321.1º | 0.71% | 0.6% | - |
| HSV(B) | 321.1º | 0.64% | 0.88% | - |
| XYZ | 41.56 | 24.8 | 42.64 | - |
| YUV | 134.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 174 | 0 | 0.64 | 0.23 | 0.12 | 321.1 | 0.71 | 0.6 |
| Hex | E1 | 50 | AE | 0 | 40 | 17 | C | 141 | 47 | 3C |
| Octal | 341 | 120 | 256 | 0 | 100 | 27 | 14 | 501 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10101110 | 0 | 1000000 | 10111 | 1100 | 101000001 | 1000111 | 111100 |
Color Harmonies of #E150AE
Complementary color
Monochromatic Colors of #E150AE
Black with #E150AE
Text Example
Text Example
White with #E150AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150AE; }
p { color: rgb(225,80,174); }
H1.HeaderClassName
{
color: #E150AE;
}
.AnyTagClassName
{
color: #E150AE;
}
</style>
background-color css
<style>
a { background-color: #E150AE; }
a { background-color: rgb(225,80,174); }
div.DivClassName
{
background-color: #E150AE;
}
.BgClassName
{
background-color: #E150AE;
}
</style>
border-color css
<style>
span { border-color: #E150AE; }
span { border-color: rgb(225,80,174); }
td.TdClassName
{
border-color: #E150AE;
}
.TagClassName
{
border-color: #E150AE;
}
</style>