Shades of Hollywood Cerise #E308AD
Tints of Hollywood Cerise #E308AD
RGB
CMYK
RGB Variations
Color information
#E308AD (or 0xE308AD) is known color: Hollywood Cerise. HEX triplet: E3, 08 and AD. RGB value is (227,8,173). Sum of RGB (Red+Green+Blue) = 227+8+173=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E308AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E308AD is #1CF752. Grayscale: #5B5B5B. Windows color (decimal): -1898323 or 11340003. OLE color: 11340003.
HSL color Cylindrical-coordinate representation of color #E308AD: hue angle of 314.79º 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 #E308AD is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.11 |
| HSL | 314.79º | 0.93% | 0.46% | - |
| HSV(B) | 314.79º | 0.96% | 0.89% | - |
| XYZ | 39.31 | 19.52 | 41.23 | - |
| YUV | 92.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 173 | 0 | 0.96 | 0.24 | 0.11 | 314.79 | 0.93 | 0.46 |
| Hex | E3 | 8 | AD | 0 | 60 | 18 | B | 13B | 5D | 2E |
| Octal | 343 | 10 | 255 | 0 | 140 | 30 | 13 | 473 | 135 | 56 |
| Binary | 11100011 | 1000 | 10101101 | 0 | 1100000 | 11000 | 1011 | 100111011 | 1011101 | 101110 |
Color Harmonies of #E308AD
Complementary color
Monochromatic Colors of #E308AD
Black with #E308AD
Text Example
Text Example
White with #E308AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308AD; }
p { color: rgb(227,8,173); }
H1.HeaderClassName
{
color: #E308AD;
}
.AnyTagClassName
{
color: #E308AD;
}
</style>
background-color css
<style>
a { background-color: #E308AD; }
a { background-color: rgb(227,8,173); }
div.DivClassName
{
background-color: #E308AD;
}
.BgClassName
{
background-color: #E308AD;
}
</style>
border-color css
<style>
span { border-color: #E308AD; }
span { border-color: rgb(227,8,173); }
td.TdClassName
{
border-color: #E308AD;
}
.TagClassName
{
border-color: #E308AD;
}
</style>