Shades of Hollywood Cerise #E304AD
Tints of Hollywood Cerise #E304AD
RGB
CMYK
RGB Variations
Color information
#E304AD (or 0xE304AD) is known color: Hollywood Cerise. HEX triplet: E3, 04 and AD. RGB value is (227,4,173). Sum of RGB (Red+Green+Blue) = 227+4+173=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E304AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E304AD is #1CFB52. Grayscale: #595959. Windows color (decimal): -1899347 or 11338979. OLE color: 11338979.
HSL color Cylindrical-coordinate representation of color #E304AD: hue angle of 314.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304AD is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.11 |
| HSL | 314.53º | 0.97% | 0.45% | - |
| HSV(B) | 314.53º | 0.98% | 0.89% | - |
| XYZ | 39.26 | 19.43 | 41.22 | - |
| YUV | 89.94 | 174.88 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 173 | 0 | 0.98 | 0.24 | 0.11 | 314.53 | 0.97 | 0.45 |
| Hex | E3 | 4 | AD | 0 | 62 | 18 | B | 13B | 61 | 2D |
| Octal | 343 | 4 | 255 | 0 | 142 | 30 | 13 | 473 | 141 | 55 |
| Binary | 11100011 | 100 | 10101101 | 0 | 1100010 | 11000 | 1011 | 100111011 | 1100001 | 101101 |
Color Harmonies of #E304AD
Complementary color
Monochromatic Colors of #E304AD
Black with #E304AD
Text Example
Text Example
White with #E304AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304AD; }
p { color: rgb(227,4,173); }
H1.HeaderClassName
{
color: #E304AD;
}
.AnyTagClassName
{
color: #E304AD;
}
</style>
background-color css
<style>
a { background-color: #E304AD; }
a { background-color: rgb(227,4,173); }
div.DivClassName
{
background-color: #E304AD;
}
.BgClassName
{
background-color: #E304AD;
}
</style>
border-color css
<style>
span { border-color: #E304AD; }
span { border-color: rgb(227,4,173); }
td.TdClassName
{
border-color: #E304AD;
}
.TagClassName
{
border-color: #E304AD;
}
</style>