Shades of Hollywood Cerise #E6088B
Tints of Hollywood Cerise #E6088B
RGB
CMYK
RGB Variations
Color information
#E6088B (or 0xE6088B) is known color: Hollywood Cerise. HEX triplet: E6, 08 and 8B. RGB value is (230,8,139). Sum of RGB (Red+Green+Blue) = 230+8+139=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E6088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6088B is #19F774. Grayscale: #595959. Windows color (decimal): -1701749 or 9111782. OLE color: 9111782.
HSL color Cylindrical-coordinate representation of color #E6088B: hue angle of 324.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6088B is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 139 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.10 |
| HSL | 324.59º | 0.93% | 0.47% | - |
| HSV(B) | 324.59º | 0.97% | 0.9% | - |
| XYZ | 37.38 | 18.86 | 26.1 | - |
| YUV | 89.31 | 156.05 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 139 | 0 | 0.97 | 0.40 | 0.10 | 324.59 | 0.93 | 0.47 |
| Hex | E6 | 8 | 8B | 0 | 61 | 28 | A | 145 | 5D | 2F |
| Octal | 346 | 10 | 213 | 0 | 141 | 50 | 12 | 505 | 135 | 57 |
| Binary | 11100110 | 1000 | 10001011 | 0 | 1100001 | 101000 | 1010 | 101000101 | 1011101 | 101111 |
Color Harmonies of #E6088B
Complementary color
Monochromatic Colors of #E6088B
Black with #E6088B
Text Example
Text Example
White with #E6088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6088B; }
p { color: rgb(230,8,139); }
H1.HeaderClassName
{
color: #E6088B;
}
.AnyTagClassName
{
color: #E6088B;
}
</style>
background-color css
<style>
a { background-color: #E6088B; }
a { background-color: rgb(230,8,139); }
div.DivClassName
{
background-color: #E6088B;
}
.BgClassName
{
background-color: #E6088B;
}
</style>
border-color css
<style>
span { border-color: #E6088B; }
span { border-color: rgb(230,8,139); }
td.TdClassName
{
border-color: #E6088B;
}
.TagClassName
{
border-color: #E6088B;
}
</style>