Shades of Hollywood Cerise #E400AF
Tints of Hollywood Cerise #E400AF
RGB
CMYK
RGB Variations
Color information
#E400AF (or 0xE400AF) is known color: Hollywood Cerise. HEX triplet: E4, 00 and AF. RGB value is (228,0,175). Sum of RGB (Red+Green+Blue) = 228+0+175=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E400AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E400AF is #1BFF50. Grayscale: #575757. Windows color (decimal): -1834833 or 11469028. OLE color: 11469028.
HSL color Cylindrical-coordinate representation of color #E400AF: hue angle of 313.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400AF is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.23 | 0.11 |
| HSL | 313.95º | 1% | 0.45% | - |
| HSV(B) | 313.95º | 1% | 0.89% | - |
| XYZ | 39.73 | 19.59 | 42.24 | - |
| YUV | 88.12 | 177.04 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 175 | 0 | 1 | 0.23 | 0.11 | 313.95 | 1 | 0.45 |
| Hex | E4 | 0 | AF | 0 | 64 | 17 | B | 13A | 64 | 2D |
| Octal | 344 | 0 | 257 | 0 | 144 | 27 | 13 | 472 | 144 | 55 |
| Binary | 11100100 | 0 | 10101111 | 0 | 1100100 | 10111 | 1011 | 100111010 | 1100100 | 101101 |
Color Harmonies of #E400AF
Complementary color
Monochromatic Colors of #E400AF
Black with #E400AF
Text Example
Text Example
White with #E400AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400AF; }
p { color: rgb(228,0,175); }
H1.HeaderClassName
{
color: #E400AF;
}
.AnyTagClassName
{
color: #E400AF;
}
</style>
background-color css
<style>
a { background-color: #E400AF; }
a { background-color: rgb(228,0,175); }
div.DivClassName
{
background-color: #E400AF;
}
.BgClassName
{
background-color: #E400AF;
}
</style>
border-color css
<style>
span { border-color: #E400AF; }
span { border-color: rgb(228,0,175); }
td.TdClassName
{
border-color: #E400AF;
}
.TagClassName
{
border-color: #E400AF;
}
</style>