Shades of Hollywood Cerise #E1069B
Tints of Hollywood Cerise #E1069B
RGB
CMYK
RGB Variations
Color information
#E1069B (or 0xE1069B) is known color: Hollywood Cerise. HEX triplet: E1, 06 and 9B. RGB value is (225,6,155). Sum of RGB (Red+Green+Blue) = 225+6+155=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1069B is #1EF964. Grayscale: #585858. Windows color (decimal): -2029925 or 10159841. OLE color: 10159841.
HSL color Cylindrical-coordinate representation of color #E1069B: hue angle of 319.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1069B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.12 |
| HSL | 319.18º | 0.95% | 0.45% | - |
| HSV(B) | 319.18º | 0.97% | 0.88% | - |
| XYZ | 37.03 | 18.5 | 32.63 | - |
| YUV | 88.47 | 165.55 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 155 | 0 | 0.97 | 0.31 | 0.12 | 319.18 | 0.95 | 0.45 |
| Hex | E1 | 6 | 9B | 0 | 61 | 1F | C | 13F | 5F | 2D |
| Octal | 341 | 6 | 233 | 0 | 141 | 37 | 14 | 477 | 137 | 55 |
| Binary | 11100001 | 110 | 10011011 | 0 | 1100001 | 11111 | 1100 | 100111111 | 1011111 | 101101 |
Color Harmonies of #E1069B
Complementary color
Monochromatic Colors of #E1069B
Black with #E1069B
Text Example
Text Example
White with #E1069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1069B; }
p { color: rgb(225,6,155); }
H1.HeaderClassName
{
color: #E1069B;
}
.AnyTagClassName
{
color: #E1069B;
}
</style>
background-color css
<style>
a { background-color: #E1069B; }
a { background-color: rgb(225,6,155); }
div.DivClassName
{
background-color: #E1069B;
}
.BgClassName
{
background-color: #E1069B;
}
</style>
border-color css
<style>
span { border-color: #E1069B; }
span { border-color: rgb(225,6,155); }
td.TdClassName
{
border-color: #E1069B;
}
.TagClassName
{
border-color: #E1069B;
}
</style>