Shades of Hollywood Cerise #E2028B
Tints of Hollywood Cerise #E2028B
RGB
CMYK
RGB Variations
Color information
#E2028B (or 0xE2028B) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 8B. RGB value is (226,2,139). Sum of RGB (Red+Green+Blue) = 226+2+139=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2028B is #1DFD74. Grayscale: #545454. Windows color (decimal): -1965429 or 9110242. OLE color: 9110242.
HSL color Cylindrical-coordinate representation of color #E2028B: hue angle of 323.3º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2028B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.11 |
| HSL | 323.3º | 0.98% | 0.45% | - |
| HSV(B) | 323.3º | 0.99% | 0.89% | - |
| XYZ | 36.05 | 18.08 | 26.02 | - |
| YUV | 84.59 | 158.71 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 139 | 0 | 0.99 | 0.38 | 0.11 | 323.3 | 0.98 | 0.45 |
| Hex | E2 | 2 | 8B | 0 | 63 | 26 | B | 143 | 62 | 2D |
| Octal | 342 | 2 | 213 | 0 | 143 | 46 | 13 | 503 | 142 | 55 |
| Binary | 11100010 | 10 | 10001011 | 0 | 1100011 | 100110 | 1011 | 101000011 | 1100010 | 101101 |
Color Harmonies of #E2028B
Complementary color
Monochromatic Colors of #E2028B
Black with #E2028B
Text Example
Text Example
White with #E2028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2028B; }
p { color: rgb(226,2,139); }
H1.HeaderClassName
{
color: #E2028B;
}
.AnyTagClassName
{
color: #E2028B;
}
</style>
background-color css
<style>
a { background-color: #E2028B; }
a { background-color: rgb(226,2,139); }
div.DivClassName
{
background-color: #E2028B;
}
.BgClassName
{
background-color: #E2028B;
}
</style>
border-color css
<style>
span { border-color: #E2028B; }
span { border-color: rgb(226,2,139); }
td.TdClassName
{
border-color: #E2028B;
}
.TagClassName
{
border-color: #E2028B;
}
</style>