Shades of Hollywood Cerise #E6008B
Tints of Hollywood Cerise #E6008B
RGB
CMYK
RGB Variations
Color information
#E6008B (or 0xE6008B) is known color: Hollywood Cerise. HEX triplet: E6, 00 and 8B. RGB value is (230,0,139). Sum of RGB (Red+Green+Blue) = 230+0+139=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E6008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6008B is #19FF74. Grayscale: #545454. Windows color (decimal): -1703797 or 9109734. OLE color: 9109734.
HSL color Cylindrical-coordinate representation of color #E6008B: hue angle of 323.74º 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 #E6008B is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.40 | 0.10 |
| HSL | 323.74º | 1% | 0.45% | - |
| HSV(B) | 323.74º | 1% | 0.9% | - |
| XYZ | 37.29 | 18.69 | 26.07 | - |
| YUV | 84.62 | 158.7 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 139 | 0 | 1 | 0.40 | 0.10 | 323.74 | 1 | 0.45 |
| Hex | E6 | 0 | 8B | 0 | 64 | 28 | A | 144 | 64 | 2D |
| Octal | 346 | 0 | 213 | 0 | 144 | 50 | 12 | 504 | 144 | 55 |
| Binary | 11100110 | 0 | 10001011 | 0 | 1100100 | 101000 | 1010 | 101000100 | 1100100 | 101101 |
Color Harmonies of #E6008B
Complementary color
Monochromatic Colors of #E6008B
Black with #E6008B
Text Example
Text Example
White with #E6008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6008B; }
p { color: rgb(230,0,139); }
H1.HeaderClassName
{
color: #E6008B;
}
.AnyTagClassName
{
color: #E6008B;
}
</style>
background-color css
<style>
a { background-color: #E6008B; }
a { background-color: rgb(230,0,139); }
div.DivClassName
{
background-color: #E6008B;
}
.BgClassName
{
background-color: #E6008B;
}
</style>
border-color css
<style>
span { border-color: #E6008B; }
span { border-color: rgb(230,0,139); }
td.TdClassName
{
border-color: #E6008B;
}
.TagClassName
{
border-color: #E6008B;
}
</style>