Shades of Hollywood Cerise #E704B1
Tints of Hollywood Cerise #E704B1
RGB
CMYK
RGB Variations
Color information
#E704B1 (or 0xE704B1) is known color: Hollywood Cerise. HEX triplet: E7, 04 and B1. RGB value is (231,4,177). Sum of RGB (Red+Green+Blue) = 231+4+177=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E704B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E704B1 is #18FB4E. Grayscale: #5B5B5B. Windows color (decimal): -1637199 or 11601127. OLE color: 11601127.
HSL color Cylindrical-coordinate representation of color #E704B1: hue angle of 314.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E704B1 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 177 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.09 |
| HSL | 314.27º | 0.97% | 0.46% | - |
| HSV(B) | 314.27º | 0.98% | 0.91% | - |
| XYZ | 40.93 | 20.25 | 43.35 | - |
| YUV | 91.6 | 176.21 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 177 | 0 | 0.98 | 0.23 | 0.09 | 314.27 | 0.97 | 0.46 |
| Hex | E7 | 4 | B1 | 0 | 62 | 17 | 9 | 13A | 61 | 2E |
| Octal | 347 | 4 | 261 | 0 | 142 | 27 | 11 | 472 | 141 | 56 |
| Binary | 11100111 | 100 | 10110001 | 0 | 1100010 | 10111 | 1001 | 100111010 | 1100001 | 101110 |
Color Harmonies of #E704B1
Complementary color
Monochromatic Colors of #E704B1
Black with #E704B1
Text Example
Text Example
White with #E704B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704B1; }
p { color: rgb(231,4,177); }
H1.HeaderClassName
{
color: #E704B1;
}
.AnyTagClassName
{
color: #E704B1;
}
</style>
background-color css
<style>
a { background-color: #E704B1; }
a { background-color: rgb(231,4,177); }
div.DivClassName
{
background-color: #E704B1;
}
.BgClassName
{
background-color: #E704B1;
}
</style>
border-color css
<style>
span { border-color: #E704B1; }
span { border-color: rgb(231,4,177); }
td.TdClassName
{
border-color: #E704B1;
}
.TagClassName
{
border-color: #E704B1;
}
</style>