Shades of Hollywood Cerise #E6068E
Tints of Hollywood Cerise #E6068E
RGB
CMYK
RGB Variations
Color information
#E6068E (or 0xE6068E) is known color: Hollywood Cerise. HEX triplet: E6, 06 and 8E. RGB value is (230,6,142). Sum of RGB (Red+Green+Blue) = 230+6+142=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6068E is #19F971. Grayscale: #585858. Windows color (decimal): -1702258 or 9307878. OLE color: 9307878.
HSL color Cylindrical-coordinate representation of color #E6068E: hue angle of 323.57º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6068E is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.10 |
| HSL | 323.57º | 0.95% | 0.46% | - |
| HSV(B) | 323.57º | 0.97% | 0.9% | - |
| XYZ | 37.58 | 18.91 | 27.26 | - |
| YUV | 88.48 | 158.21 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 142 | 0 | 0.97 | 0.38 | 0.10 | 323.57 | 0.95 | 0.46 |
| Hex | E6 | 6 | 8E | 0 | 61 | 26 | A | 144 | 5F | 2E |
| Octal | 346 | 6 | 216 | 0 | 141 | 46 | 12 | 504 | 137 | 56 |
| Binary | 11100110 | 110 | 10001110 | 0 | 1100001 | 100110 | 1010 | 101000100 | 1011111 | 101110 |
Color Harmonies of #E6068E
Complementary color
Monochromatic Colors of #E6068E
Black with #E6068E
Text Example
Text Example
White with #E6068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6068E; }
p { color: rgb(230,6,142); }
H1.HeaderClassName
{
color: #E6068E;
}
.AnyTagClassName
{
color: #E6068E;
}
</style>
background-color css
<style>
a { background-color: #E6068E; }
a { background-color: rgb(230,6,142); }
div.DivClassName
{
background-color: #E6068E;
}
.BgClassName
{
background-color: #E6068E;
}
</style>
border-color css
<style>
span { border-color: #E6068E; }
span { border-color: rgb(230,6,142); }
td.TdClassName
{
border-color: #E6068E;
}
.TagClassName
{
border-color: #E6068E;
}
</style>