Shades of Hollywood Cerise #E2069D
Tints of Hollywood Cerise #E2069D
RGB
CMYK
RGB Variations
Color information
#E2069D (or 0xE2069D) is known color: Hollywood Cerise. HEX triplet: E2, 06 and 9D. RGB value is (226,6,157). Sum of RGB (Red+Green+Blue) = 226+6+157=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2069D is #1DF962. Grayscale: #585858. Windows color (decimal): -1964387 or 10290914. OLE color: 10290914.
HSL color Cylindrical-coordinate representation of color #E2069D: hue angle of 318.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2069D is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.11 |
| HSL | 318.82º | 0.95% | 0.45% | - |
| HSV(B) | 318.82º | 0.97% | 0.89% | - |
| XYZ | 37.51 | 18.73 | 33.54 | - |
| YUV | 88.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 157 | 0 | 0.97 | 0.31 | 0.11 | 318.82 | 0.95 | 0.45 |
| Hex | E2 | 6 | 9D | 0 | 61 | 1F | B | 13F | 5F | 2D |
| Octal | 342 | 6 | 235 | 0 | 141 | 37 | 13 | 477 | 137 | 55 |
| Binary | 11100010 | 110 | 10011101 | 0 | 1100001 | 11111 | 1011 | 100111111 | 1011111 | 101101 |
Color Harmonies of #E2069D
Complementary color
Monochromatic Colors of #E2069D
Black with #E2069D
Text Example
Text Example
White with #E2069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2069D; }
p { color: rgb(226,6,157); }
H1.HeaderClassName
{
color: #E2069D;
}
.AnyTagClassName
{
color: #E2069D;
}
</style>
background-color css
<style>
a { background-color: #E2069D; }
a { background-color: rgb(226,6,157); }
div.DivClassName
{
background-color: #E2069D;
}
.BgClassName
{
background-color: #E2069D;
}
</style>
border-color css
<style>
span { border-color: #E2069D; }
span { border-color: rgb(226,6,157); }
td.TdClassName
{
border-color: #E2069D;
}
.TagClassName
{
border-color: #E2069D;
}
</style>