Shades of Hollywood Cerise #E712AB
Tints of Hollywood Cerise #E712AB
RGB
CMYK
RGB Variations
Color information
#E712AB (or 0xE712AB) is known color: Hollywood Cerise. HEX triplet: E7, 12 and AB. RGB value is (231,18,171). Sum of RGB (Red+Green+Blue) = 231+18+171=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E712AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E712AB is #18ED54. Grayscale: #626262. Windows color (decimal): -1633621 or 11211495. OLE color: 11211495.
HSL color Cylindrical-coordinate representation of color #E712AB: hue angle of 316.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E712AB is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 171 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.09 |
| HSL | 316.9º | 0.86% | 0.49% | - |
| HSV(B) | 316.9º | 0.92% | 0.91% | - |
| XYZ | 40.52 | 20.36 | 40.32 | - |
| YUV | 99.13 | 168.57 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 171 | 0 | 0.92 | 0.26 | 0.09 | 316.9 | 0.86 | 0.49 |
| Hex | E7 | 12 | AB | 0 | 5C | 1A | 9 | 13D | 56 | 31 |
| Octal | 347 | 22 | 253 | 0 | 134 | 32 | 11 | 475 | 126 | 61 |
| Binary | 11100111 | 10010 | 10101011 | 0 | 1011100 | 11010 | 1001 | 100111101 | 1010110 | 110001 |
Color Harmonies of #E712AB
Complementary color
Monochromatic Colors of #E712AB
Black with #E712AB
Text Example
Text Example
White with #E712AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E712AB; }
p { color: rgb(231,18,171); }
H1.HeaderClassName
{
color: #E712AB;
}
.AnyTagClassName
{
color: #E712AB;
}
</style>
background-color css
<style>
a { background-color: #E712AB; }
a { background-color: rgb(231,18,171); }
div.DivClassName
{
background-color: #E712AB;
}
.BgClassName
{
background-color: #E712AB;
}
</style>
border-color css
<style>
span { border-color: #E712AB; }
span { border-color: rgb(231,18,171); }
td.TdClassName
{
border-color: #E712AB;
}
.TagClassName
{
border-color: #E712AB;
}
</style>