Shades of Hollywood Cerise #E402AF
Tints of Hollywood Cerise #E402AF
RGB
CMYK
RGB Variations
Color information
#E402AF (or 0xE402AF) is known color: Hollywood Cerise. HEX triplet: E4, 02 and AF. RGB value is (228,2,175). Sum of RGB (Red+Green+Blue) = 228+2+175=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E402AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E402AF is #1BFD50. Grayscale: #585858. Windows color (decimal): -1834321 or 11469540. OLE color: 11469540.
HSL color Cylindrical-coordinate representation of color #E402AF: hue angle of 314.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E402AF is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.11 |
| HSL | 314.07º | 0.98% | 0.45% | - |
| HSV(B) | 314.07º | 0.99% | 0.89% | - |
| XYZ | 39.75 | 19.63 | 42.25 | - |
| YUV | 89.3 | 176.37 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 175 | 0 | 0.99 | 0.23 | 0.11 | 314.07 | 0.98 | 0.45 |
| Hex | E4 | 2 | AF | 0 | 63 | 17 | B | 13A | 62 | 2D |
| Octal | 344 | 2 | 257 | 0 | 143 | 27 | 13 | 472 | 142 | 55 |
| Binary | 11100100 | 10 | 10101111 | 0 | 1100011 | 10111 | 1011 | 100111010 | 1100010 | 101101 |
Color Harmonies of #E402AF
Complementary color
Monochromatic Colors of #E402AF
Black with #E402AF
Text Example
Text Example
White with #E402AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E402AF; }
p { color: rgb(228,2,175); }
H1.HeaderClassName
{
color: #E402AF;
}
.AnyTagClassName
{
color: #E402AF;
}
</style>
background-color css
<style>
a { background-color: #E402AF; }
a { background-color: rgb(228,2,175); }
div.DivClassName
{
background-color: #E402AF;
}
.BgClassName
{
background-color: #E402AF;
}
</style>
border-color css
<style>
span { border-color: #E402AF; }
span { border-color: rgb(228,2,175); }
td.TdClassName
{
border-color: #E402AF;
}
.TagClassName
{
border-color: #E402AF;
}
</style>