Shades of Hollywood Cerise #E6029A
Tints of Hollywood Cerise #E6029A
RGB
CMYK
RGB Variations
Color information
#E6029A (or 0xE6029A) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 9A. RGB value is (230,2,154). Sum of RGB (Red+Green+Blue) = 230+2+154=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6029A is #19FD65. Grayscale: #575757. Windows color (decimal): -1703270 or 10093286. OLE color: 10093286.
HSL color Cylindrical-coordinate representation of color #E6029A: hue angle of 320º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6029A is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.10 |
| HSL | 320º | 0.98% | 0.45% | - |
| HSV(B) | 320º | 0.99% | 0.9% | - |
| XYZ | 38.49 | 19.2 | 32.25 | - |
| YUV | 87.5 | 165.54 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 154 | 0 | 0.99 | 0.33 | 0.10 | 320 | 0.98 | 0.45 |
| Hex | E6 | 2 | 9A | 0 | 63 | 21 | A | 140 | 62 | 2D |
| Octal | 346 | 2 | 232 | 0 | 143 | 41 | 12 | 500 | 142 | 55 |
| Binary | 11100110 | 10 | 10011010 | 0 | 1100011 | 100001 | 1010 | 101000000 | 1100010 | 101101 |
Color Harmonies of #E6029A
Complementary color
Monochromatic Colors of #E6029A
Black with #E6029A
Text Example
Text Example
White with #E6029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6029A; }
p { color: rgb(230,2,154); }
H1.HeaderClassName
{
color: #E6029A;
}
.AnyTagClassName
{
color: #E6029A;
}
</style>
background-color css
<style>
a { background-color: #E6029A; }
a { background-color: rgb(230,2,154); }
div.DivClassName
{
background-color: #E6029A;
}
.BgClassName
{
background-color: #E6029A;
}
</style>
border-color css
<style>
span { border-color: #E6029A; }
span { border-color: rgb(230,2,154); }
td.TdClassName
{
border-color: #E6029A;
}
.TagClassName
{
border-color: #E6029A;
}
</style>