Shades of Hollywood Cerise #E6008A
Tints of Hollywood Cerise #E6008A
RGB
CMYK
RGB Variations
Color information
#E6008A (or 0xE6008A) is known color: Hollywood Cerise. HEX triplet: E6, 00 and 8A. RGB value is (230,0,138). Sum of RGB (Red+Green+Blue) = 230+0+138=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E6008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6008A is #19FF75. Grayscale: #545454. Windows color (decimal): -1703798 or 9044198. OLE color: 9044198.
HSL color Cylindrical-coordinate representation of color #E6008A: hue angle of 324º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6008A is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.4 | 0.10 |
| HSL | 324º | 1% | 0.45% | - |
| HSV(B) | 324º | 1% | 0.9% | - |
| XYZ | 37.22 | 18.66 | 25.68 | - |
| YUV | 84.5 | 158.2 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 138 | 0 | 1 | 0.4 | 0.10 | 324 | 1 | 0.45 |
| Hex | E6 | 0 | 8A | 0 | 64 | 28 | A | 144 | 64 | 2D |
| Octal | 346 | 0 | 212 | 0 | 144 | 50 | 12 | 504 | 144 | 55 |
| Binary | 11100110 | 0 | 10001010 | 0 | 1100100 | 101000 | 1010 | 101000100 | 1100100 | 101101 |
Color Harmonies of #E6008A
Complementary color
Monochromatic Colors of #E6008A
Black with #E6008A
Text Example
Text Example
White with #E6008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6008A; }
p { color: rgb(230,0,138); }
H1.HeaderClassName
{
color: #E6008A;
}
.AnyTagClassName
{
color: #E6008A;
}
</style>
background-color css
<style>
a { background-color: #E6008A; }
a { background-color: rgb(230,0,138); }
div.DivClassName
{
background-color: #E6008A;
}
.BgClassName
{
background-color: #E6008A;
}
</style>
border-color css
<style>
span { border-color: #E6008A; }
span { border-color: rgb(230,0,138); }
td.TdClassName
{
border-color: #E6008A;
}
.TagClassName
{
border-color: #E6008A;
}
</style>