Shades of Hollywood Cerise #E603B1
Tints of Hollywood Cerise #E603B1
RGB
CMYK
RGB Variations
Color information
#E603B1 (or 0xE603B1) is known color: Hollywood Cerise. HEX triplet: E6, 03 and B1. RGB value is (230,3,177). Sum of RGB (Red+Green+Blue) = 230+3+177=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E603B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E603B1 is #19FC4E. Grayscale: #5A5A5A. Windows color (decimal): -1702991 or 11600870. OLE color: 11600870.
HSL color Cylindrical-coordinate representation of color #E603B1: hue angle of 314.01º 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 #E603B1 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 177 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.10 |
| HSL | 314.01º | 0.97% | 0.46% | - |
| HSV(B) | 314.01º | 0.99% | 0.9% | - |
| XYZ | 40.6 | 20.06 | 43.33 | - |
| YUV | 90.71 | 176.71 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 177 | 0 | 0.99 | 0.23 | 0.10 | 314.01 | 0.97 | 0.46 |
| Hex | E6 | 3 | B1 | 0 | 63 | 17 | A | 13A | 61 | 2E |
| Octal | 346 | 3 | 261 | 0 | 143 | 27 | 12 | 472 | 141 | 56 |
| Binary | 11100110 | 11 | 10110001 | 0 | 1100011 | 10111 | 1010 | 100111010 | 1100001 | 101110 |
Color Harmonies of #E603B1
Complementary color
Monochromatic Colors of #E603B1
Black with #E603B1
Text Example
Text Example
White with #E603B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603B1; }
p { color: rgb(230,3,177); }
H1.HeaderClassName
{
color: #E603B1;
}
.AnyTagClassName
{
color: #E603B1;
}
</style>
background-color css
<style>
a { background-color: #E603B1; }
a { background-color: rgb(230,3,177); }
div.DivClassName
{
background-color: #E603B1;
}
.BgClassName
{
background-color: #E603B1;
}
</style>
border-color css
<style>
span { border-color: #E603B1; }
span { border-color: rgb(230,3,177); }
td.TdClassName
{
border-color: #E603B1;
}
.TagClassName
{
border-color: #E603B1;
}
</style>