Shades of Hollywood Cerise #E603A0
Tints of Hollywood Cerise #E603A0
RGB
CMYK
RGB Variations
Color information
#E603A0 (or 0xE603A0) is known color: Hollywood Cerise. HEX triplet: E6, 03 and A0. RGB value is (230,3,160). Sum of RGB (Red+Green+Blue) = 230+3+160=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E603A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E603A0 is #19FC5F. Grayscale: #585858. Windows color (decimal): -1703008 or 10486758. OLE color: 10486758.
HSL color Cylindrical-coordinate representation of color #E603A0: hue angle of 318.5º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603A0 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.10 |
| HSL | 318.5º | 0.97% | 0.46% | - |
| HSV(B) | 318.5º | 0.99% | 0.9% | - |
| XYZ | 39.01 | 19.43 | 34.95 | - |
| YUV | 88.77 | 168.21 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 160 | 0 | 0.99 | 0.30 | 0.10 | 318.5 | 0.97 | 0.46 |
| Hex | E6 | 3 | A0 | 0 | 63 | 1E | A | 13F | 61 | 2E |
| Octal | 346 | 3 | 240 | 0 | 143 | 36 | 12 | 477 | 141 | 56 |
| Binary | 11100110 | 11 | 10100000 | 0 | 1100011 | 11110 | 1010 | 100111111 | 1100001 | 101110 |
Color Harmonies of #E603A0
Complementary color
Monochromatic Colors of #E603A0
Black with #E603A0
Text Example
Text Example
White with #E603A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603A0; }
p { color: rgb(230,3,160); }
H1.HeaderClassName
{
color: #E603A0;
}
.AnyTagClassName
{
color: #E603A0;
}
</style>
background-color css
<style>
a { background-color: #E603A0; }
a { background-color: rgb(230,3,160); }
div.DivClassName
{
background-color: #E603A0;
}
.BgClassName
{
background-color: #E603A0;
}
</style>
border-color css
<style>
span { border-color: #E603A0; }
span { border-color: rgb(230,3,160); }
td.TdClassName
{
border-color: #E603A0;
}
.TagClassName
{
border-color: #E603A0;
}
</style>