Shades of Hollywood Cerise #E308A8
Tints of Hollywood Cerise #E308A8
RGB
CMYK
RGB Variations
Color information
#E308A8 (or 0xE308A8) is known color: Hollywood Cerise. HEX triplet: E3, 08 and A8. RGB value is (227,8,168). Sum of RGB (Red+Green+Blue) = 227+8+168=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E308A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E308A8 is #1CF757. Grayscale: #5B5B5B. Windows color (decimal): -1898328 or 11012323. OLE color: 11012323.
HSL color Cylindrical-coordinate representation of color #E308A8: hue angle of 316.16º 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 #E308A8 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 8 | 168 | - |
CMYK | 0 | 0.96 | 0.26 | 0.11 |
HSL | 316.16º | 0.93% | 0.46% | - |
HSV(B) | 316.16º | 0.96% | 0.89% | - |
XYZ | 38.83 | 19.33 | 38.73 | - |
YUV | 91.72 | 171.05 | 224.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 8 | 168 | 0 | 0.96 | 0.26 | 0.11 | 316.16 | 0.93 | 0.46 |
Hex | E3 | 8 | A8 | 0 | 60 | 1A | B | 13C | 5D | 2E |
Octal | 343 | 10 | 250 | 0 | 140 | 32 | 13 | 474 | 135 | 56 |
Binary | 11100011 | 1000 | 10101000 | 0 | 1100000 | 11010 | 1011 | 100111100 | 1011101 | 101110 |
Color Harmonies of #E308A8
Complementary color
Monochromatic Colors of #E308A8
Black with #E308A8
Text Example
Text Example
White with #E308A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308A8; }
p { color: rgb(227,8,168); }
H1.HeaderClassName
{
color: #E308A8;
}
.AnyTagClassName
{
color: #E308A8;
}
</style>
background-color css
<style>
a { background-color: #E308A8; }
a { background-color: rgb(227,8,168); }
div.DivClassName
{
background-color: #E308A8;
}
.BgClassName
{
background-color: #E308A8;
}
</style>
border-color css
<style>
span { border-color: #E308A8; }
span { border-color: rgb(227,8,168); }
td.TdClassName
{
border-color: #E308A8;
}
.TagClassName
{
border-color: #E308A8;
}
</style>