Shades of Hollywood Cerise #E80182
Tints of Hollywood Cerise #E80182
RGB
CMYK
RGB Variations
Color information
#E80182 (or 0xE80182) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 82. RGB value is (232,1,130). Sum of RGB (Red+Green+Blue) = 232+1+130=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E80182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80182 is #17FE7D. Grayscale: #545454. Windows color (decimal): -1572478 or 8520168. OLE color: 8520168.
HSL color Cylindrical-coordinate representation of color #E80182: hue angle of 326.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80182 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.09 |
| HSL | 326.49º | 0.99% | 0.46% | - |
| HSV(B) | 326.49º | 1% | 0.91% | - |
| XYZ | 37.32 | 18.79 | 22.78 | - |
| YUV | 84.78 | 153.53 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 130 | 0 | 1.00 | 0.44 | 0.09 | 326.49 | 0.99 | 0.46 |
| Hex | E8 | 1 | 82 | 0 | 64 | 2C | 9 | 146 | 63 | 2E |
| Octal | 350 | 1 | 202 | 0 | 144 | 54 | 11 | 506 | 143 | 56 |
| Binary | 11101000 | 1 | 10000010 | 0 | 1100100 | 101100 | 1001 | 101000110 | 1100011 | 101110 |
Color Harmonies of #E80182
Complementary color
Monochromatic Colors of #E80182
Black with #E80182
Text Example
Text Example
White with #E80182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80182; }
p { color: rgb(232,1,130); }
H1.HeaderClassName
{
color: #E80182;
}
.AnyTagClassName
{
color: #E80182;
}
</style>
background-color css
<style>
a { background-color: #E80182; }
a { background-color: rgb(232,1,130); }
div.DivClassName
{
background-color: #E80182;
}
.BgClassName
{
background-color: #E80182;
}
</style>
border-color css
<style>
span { border-color: #E80182; }
span { border-color: rgb(232,1,130); }
td.TdClassName
{
border-color: #E80182;
}
.TagClassName
{
border-color: #E80182;
}
</style>