Shades of Hollywood Cerise #E9068D
Tints of Hollywood Cerise #E9068D
RGB
CMYK
RGB Variations
Color information
#E9068D (or 0xE9068D) is known color: Hollywood Cerise. HEX triplet: E9, 06 and 8D. RGB value is (233,6,141). Sum of RGB (Red+Green+Blue) = 233+6+141=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9068D is #16F972. Grayscale: #585858. Windows color (decimal): -1505651 or 9242345. OLE color: 9242345.
HSL color Cylindrical-coordinate representation of color #E9068D: hue angle of 324.32º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9068D is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.09 |
| HSL | 324.32º | 0.95% | 0.47% | - |
| HSV(B) | 324.32º | 0.97% | 0.91% | - |
| XYZ | 38.48 | 19.38 | 26.91 | - |
| YUV | 89.26 | 157.21 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 141 | 0 | 0.97 | 0.39 | 0.09 | 324.32 | 0.95 | 0.47 |
| Hex | E9 | 6 | 8D | 0 | 61 | 27 | 9 | 144 | 5F | 2F |
| Octal | 351 | 6 | 215 | 0 | 141 | 47 | 11 | 504 | 137 | 57 |
| Binary | 11101001 | 110 | 10001101 | 0 | 1100001 | 100111 | 1001 | 101000100 | 1011111 | 101111 |
Color Harmonies of #E9068D
Complementary color
Monochromatic Colors of #E9068D
Black with #E9068D
Text Example
Text Example
White with #E9068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9068D; }
p { color: rgb(233,6,141); }
H1.HeaderClassName
{
color: #E9068D;
}
.AnyTagClassName
{
color: #E9068D;
}
</style>
background-color css
<style>
a { background-color: #E9068D; }
a { background-color: rgb(233,6,141); }
div.DivClassName
{
background-color: #E9068D;
}
.BgClassName
{
background-color: #E9068D;
}
</style>
border-color css
<style>
span { border-color: #E9068D; }
span { border-color: rgb(233,6,141); }
td.TdClassName
{
border-color: #E9068D;
}
.TagClassName
{
border-color: #E9068D;
}
</style>