Shades of Hollywood Cerise #E6069E
Tints of Hollywood Cerise #E6069E
RGB
CMYK
RGB Variations
Color information
#E6069E (or 0xE6069E) is known color: Hollywood Cerise. HEX triplet: E6, 06 and 9E. RGB value is (230,6,158). Sum of RGB (Red+Green+Blue) = 230+6+158=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6069E is #19F961. Grayscale: #595959. Windows color (decimal): -1702242 or 10356454. OLE color: 10356454.
HSL color Cylindrical-coordinate representation of color #E6069E: hue angle of 319.29º 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 #E6069E is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.10 |
| HSL | 319.29º | 0.95% | 0.46% | - |
| HSV(B) | 319.29º | 0.97% | 0.9% | - |
| XYZ | 38.87 | 19.42 | 34.05 | - |
| YUV | 90.3 | 166.21 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 158 | 0 | 0.97 | 0.31 | 0.10 | 319.29 | 0.95 | 0.46 |
| Hex | E6 | 6 | 9E | 0 | 61 | 1F | A | 13F | 5F | 2E |
| Octal | 346 | 6 | 236 | 0 | 141 | 37 | 12 | 477 | 137 | 56 |
| Binary | 11100110 | 110 | 10011110 | 0 | 1100001 | 11111 | 1010 | 100111111 | 1011111 | 101110 |
Color Harmonies of #E6069E
Complementary color
Monochromatic Colors of #E6069E
Black with #E6069E
Text Example
Text Example
White with #E6069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6069E; }
p { color: rgb(230,6,158); }
H1.HeaderClassName
{
color: #E6069E;
}
.AnyTagClassName
{
color: #E6069E;
}
</style>
background-color css
<style>
a { background-color: #E6069E; }
a { background-color: rgb(230,6,158); }
div.DivClassName
{
background-color: #E6069E;
}
.BgClassName
{
background-color: #E6069E;
}
</style>
border-color css
<style>
span { border-color: #E6069E; }
span { border-color: rgb(230,6,158); }
td.TdClassName
{
border-color: #E6069E;
}
.TagClassName
{
border-color: #E6069E;
}
</style>