Shades of Hollywood Cerise #E308AC
Tints of Hollywood Cerise #E308AC
RGB
CMYK
RGB Variations
Color information
#E308AC (or 0xE308AC) is known color: Hollywood Cerise. HEX triplet: E3, 08 and AC. RGB value is (227,8,172). Sum of RGB (Red+Green+Blue) = 227+8+172=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E308AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E308AC is #1CF753. Grayscale: #5B5B5B. Windows color (decimal): -1898324 or 11274467. OLE color: 11274467.
HSL color Cylindrical-coordinate representation of color #E308AC: hue angle of 315.07º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E308AC is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.11 |
| HSL | 315.07º | 0.93% | 0.46% | - |
| HSV(B) | 315.07º | 0.96% | 0.89% | - |
| XYZ | 39.21 | 19.48 | 40.72 | - |
| YUV | 92.18 | 173.05 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 172 | 0 | 0.96 | 0.24 | 0.11 | 315.07 | 0.93 | 0.46 |
| Hex | E3 | 8 | AC | 0 | 60 | 18 | B | 13B | 5D | 2E |
| Octal | 343 | 10 | 254 | 0 | 140 | 30 | 13 | 473 | 135 | 56 |
| Binary | 11100011 | 1000 | 10101100 | 0 | 1100000 | 11000 | 1011 | 100111011 | 1011101 | 101110 |
Color Harmonies of #E308AC
Complementary color
Monochromatic Colors of #E308AC
Black with #E308AC
Text Example
Text Example
White with #E308AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308AC; }
p { color: rgb(227,8,172); }
H1.HeaderClassName
{
color: #E308AC;
}
.AnyTagClassName
{
color: #E308AC;
}
</style>
background-color css
<style>
a { background-color: #E308AC; }
a { background-color: rgb(227,8,172); }
div.DivClassName
{
background-color: #E308AC;
}
.BgClassName
{
background-color: #E308AC;
}
</style>
border-color css
<style>
span { border-color: #E308AC; }
span { border-color: rgb(227,8,172); }
td.TdClassName
{
border-color: #E308AC;
}
.TagClassName
{
border-color: #E308AC;
}
</style>