Shades of Hollywood Cerise #E7018F
Tints of Hollywood Cerise #E7018F
RGB
CMYK
RGB Variations
Color information
#E7018F (or 0xE7018F) is known color: Hollywood Cerise. HEX triplet: E7, 01 and 8F. RGB value is (231,1,143). Sum of RGB (Red+Green+Blue) = 231+1+143=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7018F is #18FE70. Grayscale: #555555. Windows color (decimal): -1638001 or 9372135. OLE color: 9372135.
HSL color Cylindrical-coordinate representation of color #E7018F: hue angle of 322.96º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7018F is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.09 |
| HSL | 322.96º | 0.99% | 0.45% | - |
| HSV(B) | 322.96º | 1% | 0.91% | - |
| XYZ | 37.92 | 18.99 | 27.65 | - |
| YUV | 85.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 143 | 0 | 1.00 | 0.38 | 0.09 | 322.96 | 0.99 | 0.45 |
| Hex | E7 | 1 | 8F | 0 | 64 | 26 | 9 | 143 | 63 | 2D |
| Octal | 347 | 1 | 217 | 0 | 144 | 46 | 11 | 503 | 143 | 55 |
| Binary | 11100111 | 1 | 10001111 | 0 | 1100100 | 100110 | 1001 | 101000011 | 1100011 | 101101 |
Color Harmonies of #E7018F
Complementary color
Monochromatic Colors of #E7018F
Black with #E7018F
Text Example
Text Example
White with #E7018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7018F; }
p { color: rgb(231,1,143); }
H1.HeaderClassName
{
color: #E7018F;
}
.AnyTagClassName
{
color: #E7018F;
}
</style>
background-color css
<style>
a { background-color: #E7018F; }
a { background-color: rgb(231,1,143); }
div.DivClassName
{
background-color: #E7018F;
}
.BgClassName
{
background-color: #E7018F;
}
</style>
border-color css
<style>
span { border-color: #E7018F; }
span { border-color: rgb(231,1,143); }
td.TdClassName
{
border-color: #E7018F;
}
.TagClassName
{
border-color: #E7018F;
}
</style>