Shades of Hollywood Cerise #E308AB
Tints of Hollywood Cerise #E308AB
RGB
CMYK
RGB Variations
Color information
#E308AB (or 0xE308AB) is known color: Hollywood Cerise. HEX triplet: E3, 08 and AB. RGB value is (227,8,171). Sum of RGB (Red+Green+Blue) = 227+8+171=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E308AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E308AB is #1CF754. Grayscale: #5B5B5B. Windows color (decimal): -1898325 or 11208931. OLE color: 11208931.
HSL color Cylindrical-coordinate representation of color #E308AB: hue angle of 315.34º 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 #E308AB is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.11 |
| HSL | 315.34º | 0.93% | 0.46% | - |
| HSV(B) | 315.34º | 0.96% | 0.89% | - |
| XYZ | 39.12 | 19.44 | 40.22 | - |
| YUV | 92.06 | 172.55 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 171 | 0 | 0.96 | 0.25 | 0.11 | 315.34 | 0.93 | 0.46 |
| Hex | E3 | 8 | AB | 0 | 60 | 19 | B | 13B | 5D | 2E |
| Octal | 343 | 10 | 253 | 0 | 140 | 31 | 13 | 473 | 135 | 56 |
| Binary | 11100011 | 1000 | 10101011 | 0 | 1100000 | 11001 | 1011 | 100111011 | 1011101 | 101110 |
Color Harmonies of #E308AB
Complementary color
Monochromatic Colors of #E308AB
Black with #E308AB
Text Example
Text Example
White with #E308AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308AB; }
p { color: rgb(227,8,171); }
H1.HeaderClassName
{
color: #E308AB;
}
.AnyTagClassName
{
color: #E308AB;
}
</style>
background-color css
<style>
a { background-color: #E308AB; }
a { background-color: rgb(227,8,171); }
div.DivClassName
{
background-color: #E308AB;
}
.BgClassName
{
background-color: #E308AB;
}
</style>
border-color css
<style>
span { border-color: #E308AB; }
span { border-color: rgb(227,8,171); }
td.TdClassName
{
border-color: #E308AB;
}
.TagClassName
{
border-color: #E308AB;
}
</style>