Shades of Hollywood Cerise #E6029B
Tints of Hollywood Cerise #E6029B
RGB
CMYK
RGB Variations
Color information
#E6029B (or 0xE6029B) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 9B. RGB value is (230,2,155). Sum of RGB (Red+Green+Blue) = 230+2+155=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6029B is #19FD64. Grayscale: #575757. Windows color (decimal): -1703269 or 10158822. OLE color: 10158822.
HSL color Cylindrical-coordinate representation of color #E6029B: hue angle of 319.74º 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 #E6029B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.10 |
| HSL | 319.74º | 0.98% | 0.45% | - |
| HSV(B) | 319.74º | 0.99% | 0.9% | - |
| XYZ | 38.57 | 19.23 | 32.69 | - |
| YUV | 87.61 | 166.04 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 155 | 0 | 0.99 | 0.33 | 0.10 | 319.74 | 0.98 | 0.45 |
| Hex | E6 | 2 | 9B | 0 | 63 | 21 | A | 140 | 62 | 2D |
| Octal | 346 | 2 | 233 | 0 | 143 | 41 | 12 | 500 | 142 | 55 |
| Binary | 11100110 | 10 | 10011011 | 0 | 1100011 | 100001 | 1010 | 101000000 | 1100010 | 101101 |
Color Harmonies of #E6029B
Complementary color
Monochromatic Colors of #E6029B
Black with #E6029B
Text Example
Text Example
White with #E6029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6029B; }
p { color: rgb(230,2,155); }
H1.HeaderClassName
{
color: #E6029B;
}
.AnyTagClassName
{
color: #E6029B;
}
</style>
background-color css
<style>
a { background-color: #E6029B; }
a { background-color: rgb(230,2,155); }
div.DivClassName
{
background-color: #E6029B;
}
.BgClassName
{
background-color: #E6029B;
}
</style>
border-color css
<style>
span { border-color: #E6029B; }
span { border-color: rgb(230,2,155); }
td.TdClassName
{
border-color: #E6029B;
}
.TagClassName
{
border-color: #E6029B;
}
</style>