Shades of Brilliant Rose #E150AC
Tints of Brilliant Rose #E150AC
RGB
CMYK
RGB Variations
Color information
#E150AC (or 0xE150AC) is known color: Brilliant Rose. HEX triplet: E1, 50 and AC. RGB value is (225,80,172). Sum of RGB (Red+Green+Blue) = 225+80+172=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E150AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E150AC is #1EAF53. Grayscale: #858585. Windows color (decimal): -2010964 or 11292897. OLE color: 11292897.
HSL color Cylindrical-coordinate representation of color #E150AC: hue angle of 321.93º 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 #E150AC is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 172 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.12 |
| HSL | 321.93º | 0.71% | 0.6% | - |
| HSV(B) | 321.93º | 0.64% | 0.88% | - |
| XYZ | 41.37 | 24.72 | 41.62 | - |
| YUV | 133.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 172 | 0 | 0.64 | 0.24 | 0.12 | 321.93 | 0.71 | 0.6 |
| Hex | E1 | 50 | AC | 0 | 40 | 18 | C | 142 | 47 | 3C |
| Octal | 341 | 120 | 254 | 0 | 100 | 30 | 14 | 502 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10101100 | 0 | 1000000 | 11000 | 1100 | 101000010 | 1000111 | 111100 |
Color Harmonies of #E150AC
Complementary color
Monochromatic Colors of #E150AC
Black with #E150AC
Text Example
Text Example
White with #E150AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150AC; }
p { color: rgb(225,80,172); }
H1.HeaderClassName
{
color: #E150AC;
}
.AnyTagClassName
{
color: #E150AC;
}
</style>
background-color css
<style>
a { background-color: #E150AC; }
a { background-color: rgb(225,80,172); }
div.DivClassName
{
background-color: #E150AC;
}
.BgClassName
{
background-color: #E150AC;
}
</style>
border-color css
<style>
span { border-color: #E150AC; }
span { border-color: rgb(225,80,172); }
td.TdClassName
{
border-color: #E150AC;
}
.TagClassName
{
border-color: #E150AC;
}
</style>