Shades of Hollywood Cerise #E800B3
Tints of Hollywood Cerise #E800B3
RGB
CMYK
RGB Variations
Color information
#E800B3 (or 0xE800B3) is known color: Hollywood Cerise. HEX triplet: E8, 00 and B3. RGB value is (232,0,179). Sum of RGB (Red+Green+Blue) = 232+0+179=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E800B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800B3 is #17FF4C. Grayscale: #595959. Windows color (decimal): -1572685 or 11731176. OLE color: 11731176.
HSL color Cylindrical-coordinate representation of color #E800B3: hue angle of 313.71º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800B3 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.23 | 0.09 |
| HSL | 313.71º | 1% | 0.45% | - |
| HSV(B) | 313.71º | 1% | 0.91% | - |
| XYZ | 41.42 | 20.41 | 44.4 | - |
| YUV | 89.77 | 178.36 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 179 | 0 | 1 | 0.23 | 0.09 | 313.71 | 1 | 0.45 |
| Hex | E8 | 0 | B3 | 0 | 64 | 17 | 9 | 13A | 64 | 2D |
| Octal | 350 | 0 | 263 | 0 | 144 | 27 | 11 | 472 | 144 | 55 |
| Binary | 11101000 | 0 | 10110011 | 0 | 1100100 | 10111 | 1001 | 100111010 | 1100100 | 101101 |
Color Harmonies of #E800B3
Complementary color
Monochromatic Colors of #E800B3
Black with #E800B3
Text Example
Text Example
White with #E800B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800B3; }
p { color: rgb(232,0,179); }
H1.HeaderClassName
{
color: #E800B3;
}
.AnyTagClassName
{
color: #E800B3;
}
</style>
background-color css
<style>
a { background-color: #E800B3; }
a { background-color: rgb(232,0,179); }
div.DivClassName
{
background-color: #E800B3;
}
.BgClassName
{
background-color: #E800B3;
}
</style>
border-color css
<style>
span { border-color: #E800B3; }
span { border-color: rgb(232,0,179); }
td.TdClassName
{
border-color: #E800B3;
}
.TagClassName
{
border-color: #E800B3;
}
</style>