Shades of Hollywood Cerise #E7069B
Tints of Hollywood Cerise #E7069B
RGB
CMYK
RGB Variations
Color information
#E7069B (or 0xE7069B) is known color: Hollywood Cerise. HEX triplet: E7, 06 and 9B. RGB value is (231,6,155). Sum of RGB (Red+Green+Blue) = 231+6+155=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7069B is #18F964. Grayscale: #595959. Windows color (decimal): -1636709 or 10159847. OLE color: 10159847.
HSL color Cylindrical-coordinate representation of color #E7069B: hue angle of 320.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7069B is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.09 |
| HSL | 320.27º | 0.95% | 0.46% | - |
| HSV(B) | 320.27º | 0.97% | 0.91% | - |
| XYZ | 38.94 | 19.49 | 32.72 | - |
| YUV | 90.26 | 164.54 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 155 | 0 | 0.97 | 0.33 | 0.09 | 320.27 | 0.95 | 0.46 |
| Hex | E7 | 6 | 9B | 0 | 61 | 21 | 9 | 140 | 5F | 2E |
| Octal | 347 | 6 | 233 | 0 | 141 | 41 | 11 | 500 | 137 | 56 |
| Binary | 11100111 | 110 | 10011011 | 0 | 1100001 | 100001 | 1001 | 101000000 | 1011111 | 101110 |
Color Harmonies of #E7069B
Complementary color
Monochromatic Colors of #E7069B
Black with #E7069B
Text Example
Text Example
White with #E7069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7069B; }
p { color: rgb(231,6,155); }
H1.HeaderClassName
{
color: #E7069B;
}
.AnyTagClassName
{
color: #E7069B;
}
</style>
background-color css
<style>
a { background-color: #E7069B; }
a { background-color: rgb(231,6,155); }
div.DivClassName
{
background-color: #E7069B;
}
.BgClassName
{
background-color: #E7069B;
}
</style>
border-color css
<style>
span { border-color: #E7069B; }
span { border-color: rgb(231,6,155); }
td.TdClassName
{
border-color: #E7069B;
}
.TagClassName
{
border-color: #E7069B;
}
</style>