Shades of Hollywood Cerise #E612AF
Tints of Hollywood Cerise #E612AF
RGB
CMYK
RGB Variations
Color information
#E612AF (or 0xE612AF) is known color: Hollywood Cerise. HEX triplet: E6, 12 and AF. RGB value is (230,18,175). Sum of RGB (Red+Green+Blue) = 230+18+175=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E612AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E612AF is #19ED50. Grayscale: #626262. Windows color (decimal): -1699153 or 11473638. OLE color: 11473638.
HSL color Cylindrical-coordinate representation of color #E612AF: hue angle of 315.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E612AF is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 175 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.10 |
| HSL | 315.57º | 0.85% | 0.49% | - |
| HSV(B) | 315.57º | 0.92% | 0.9% | - |
| XYZ | 40.59 | 20.35 | 42.35 | - |
| YUV | 99.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 175 | 0 | 0.92 | 0.24 | 0.10 | 315.57 | 0.85 | 0.49 |
| Hex | E6 | 12 | AF | 0 | 5C | 18 | A | 13C | 55 | 31 |
| Octal | 346 | 22 | 257 | 0 | 134 | 30 | 12 | 474 | 125 | 61 |
| Binary | 11100110 | 10010 | 10101111 | 0 | 1011100 | 11000 | 1010 | 100111100 | 1010101 | 110001 |
Color Harmonies of #E612AF
Complementary color
Monochromatic Colors of #E612AF
Black with #E612AF
Text Example
Text Example
White with #E612AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612AF; }
p { color: rgb(230,18,175); }
H1.HeaderClassName
{
color: #E612AF;
}
.AnyTagClassName
{
color: #E612AF;
}
</style>
background-color css
<style>
a { background-color: #E612AF; }
a { background-color: rgb(230,18,175); }
div.DivClassName
{
background-color: #E612AF;
}
.BgClassName
{
background-color: #E612AF;
}
</style>
border-color css
<style>
span { border-color: #E612AF; }
span { border-color: rgb(230,18,175); }
td.TdClassName
{
border-color: #E612AF;
}
.TagClassName
{
border-color: #E612AF;
}
</style>