Shades of Hollywood Cerise #E700AE
Tints of Hollywood Cerise #E700AE
RGB
CMYK
RGB Variations
Color information
#E700AE (or 0xE700AE) is known color: Hollywood Cerise. HEX triplet: E7, 00 and AE. RGB value is (231,0,174). Sum of RGB (Red+Green+Blue) = 231+0+174=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E700AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E700AE is #18FF51. Grayscale: #585858. Windows color (decimal): -1638226 or 11403495. OLE color: 11403495.
HSL color Cylindrical-coordinate representation of color #E700AE: hue angle of 314.81º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700AE is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.25 | 0.09 |
| HSL | 314.81º | 1% | 0.45% | - |
| HSV(B) | 314.81º | 1% | 0.91% | - |
| XYZ | 40.59 | 20.04 | 41.77 | - |
| YUV | 88.91 | 176.03 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 174 | 0 | 1 | 0.25 | 0.09 | 314.81 | 1 | 0.45 |
| Hex | E7 | 0 | AE | 0 | 64 | 19 | 9 | 13B | 64 | 2D |
| Octal | 347 | 0 | 256 | 0 | 144 | 31 | 11 | 473 | 144 | 55 |
| Binary | 11100111 | 0 | 10101110 | 0 | 1100100 | 11001 | 1001 | 100111011 | 1100100 | 101101 |
Color Harmonies of #E700AE
Complementary color
Monochromatic Colors of #E700AE
Black with #E700AE
Text Example
Text Example
White with #E700AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700AE; }
p { color: rgb(231,0,174); }
H1.HeaderClassName
{
color: #E700AE;
}
.AnyTagClassName
{
color: #E700AE;
}
</style>
background-color css
<style>
a { background-color: #E700AE; }
a { background-color: rgb(231,0,174); }
div.DivClassName
{
background-color: #E700AE;
}
.BgClassName
{
background-color: #E700AE;
}
</style>
border-color css
<style>
span { border-color: #E700AE; }
span { border-color: rgb(231,0,174); }
td.TdClassName
{
border-color: #E700AE;
}
.TagClassName
{
border-color: #E700AE;
}
</style>