Shades of Hollywood Cerise #E308AF
Tints of Hollywood Cerise #E308AF
RGB
CMYK
RGB Variations
Color information
#E308AF (or 0xE308AF) is known color: Hollywood Cerise. HEX triplet: E3, 08 and AF. RGB value is (227,8,175). Sum of RGB (Red+Green+Blue) = 227+8+175=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E308AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E308AF is #1CF750. Grayscale: #5C5C5C. Windows color (decimal): -1898321 or 11471075. OLE color: 11471075.
HSL color Cylindrical-coordinate representation of color #E308AF: hue angle of 314.25º 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 #E308AF is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.11 |
| HSL | 314.25º | 0.93% | 0.46% | - |
| HSV(B) | 314.25º | 0.96% | 0.89% | - |
| XYZ | 39.5 | 19.6 | 42.26 | - |
| YUV | 92.52 | 174.55 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 175 | 0 | 0.96 | 0.23 | 0.11 | 314.25 | 0.93 | 0.46 |
| Hex | E3 | 8 | AF | 0 | 60 | 17 | B | 13A | 5D | 2E |
| Octal | 343 | 10 | 257 | 0 | 140 | 27 | 13 | 472 | 135 | 56 |
| Binary | 11100011 | 1000 | 10101111 | 0 | 1100000 | 10111 | 1011 | 100111010 | 1011101 | 101110 |
Color Harmonies of #E308AF
Complementary color
Monochromatic Colors of #E308AF
Black with #E308AF
Text Example
Text Example
White with #E308AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308AF; }
p { color: rgb(227,8,175); }
H1.HeaderClassName
{
color: #E308AF;
}
.AnyTagClassName
{
color: #E308AF;
}
</style>
background-color css
<style>
a { background-color: #E308AF; }
a { background-color: rgb(227,8,175); }
div.DivClassName
{
background-color: #E308AF;
}
.BgClassName
{
background-color: #E308AF;
}
</style>
border-color css
<style>
span { border-color: #E308AF; }
span { border-color: rgb(227,8,175); }
td.TdClassName
{
border-color: #E308AF;
}
.TagClassName
{
border-color: #E308AF;
}
</style>