Shades of Hollywood Cerise #E315AC
Tints of Hollywood Cerise #E315AC
RGB
CMYK
RGB Variations
Color information
#E315AC (or 0xE315AC) is known color: Hollywood Cerise. HEX triplet: E3, 15 and AC. RGB value is (227,21,172). Sum of RGB (Red+Green+Blue) = 227+21+172=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E315AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E315AC is #1CEA53. Grayscale: #636363. Windows color (decimal): -1894996 or 11277795. OLE color: 11277795.
HSL color Cylindrical-coordinate representation of color #E315AC: hue angle of 316.02º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315AC is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 172 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.11 |
| HSL | 316.02º | 0.83% | 0.49% | - |
| HSV(B) | 316.02º | 0.91% | 0.89% | - |
| XYZ | 39.39 | 19.85 | 40.78 | - |
| YUV | 99.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 172 | 0 | 0.91 | 0.24 | 0.11 | 316.02 | 0.83 | 0.49 |
| Hex | E3 | 15 | AC | 0 | 5B | 18 | B | 13C | 53 | 31 |
| Octal | 343 | 25 | 254 | 0 | 133 | 30 | 13 | 474 | 123 | 61 |
| Binary | 11100011 | 10101 | 10101100 | 0 | 1011011 | 11000 | 1011 | 100111100 | 1010011 | 110001 |
Color Harmonies of #E315AC
Complementary color
Monochromatic Colors of #E315AC
Black with #E315AC
Text Example
Text Example
White with #E315AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315AC; }
p { color: rgb(227,21,172); }
H1.HeaderClassName
{
color: #E315AC;
}
.AnyTagClassName
{
color: #E315AC;
}
</style>
background-color css
<style>
a { background-color: #E315AC; }
a { background-color: rgb(227,21,172); }
div.DivClassName
{
background-color: #E315AC;
}
.BgClassName
{
background-color: #E315AC;
}
</style>
border-color css
<style>
span { border-color: #E315AC; }
span { border-color: rgb(227,21,172); }
td.TdClassName
{
border-color: #E315AC;
}
.TagClassName
{
border-color: #E315AC;
}
</style>