Shades of Hollywood Cerise #E102B2
Tints of Hollywood Cerise #E102B2
RGB
CMYK
RGB Variations
Color information
#E102B2 (or 0xE102B2) is known color: Hollywood Cerise. HEX triplet: E1, 02 and B2. RGB value is (225,2,178). Sum of RGB (Red+Green+Blue) = 225+2+178=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E102B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E102B2 is #1EFD4D. Grayscale: #585858. Windows color (decimal): -2030926 or 11666145. OLE color: 11666145.
HSL color Cylindrical-coordinate representation of color #E102B2: hue angle of 312.65º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102B2 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.12 |
| HSL | 312.65º | 0.98% | 0.45% | - |
| HSV(B) | 312.65º | 0.99% | 0.88% | - |
| XYZ | 39.11 | 19.27 | 43.78 | - |
| YUV | 88.74 | 178.38 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 178 | 0 | 0.99 | 0.21 | 0.12 | 312.65 | 0.98 | 0.45 |
| Hex | E1 | 2 | B2 | 0 | 63 | 15 | C | 139 | 62 | 2D |
| Octal | 341 | 2 | 262 | 0 | 143 | 25 | 14 | 471 | 142 | 55 |
| Binary | 11100001 | 10 | 10110010 | 0 | 1100011 | 10101 | 1100 | 100111001 | 1100010 | 101101 |
Color Harmonies of #E102B2
Complementary color
Monochromatic Colors of #E102B2
Black with #E102B2
Text Example
Text Example
White with #E102B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102B2; }
p { color: rgb(225,2,178); }
H1.HeaderClassName
{
color: #E102B2;
}
.AnyTagClassName
{
color: #E102B2;
}
</style>
background-color css
<style>
a { background-color: #E102B2; }
a { background-color: rgb(225,2,178); }
div.DivClassName
{
background-color: #E102B2;
}
.BgClassName
{
background-color: #E102B2;
}
</style>
border-color css
<style>
span { border-color: #E102B2; }
span { border-color: rgb(225,2,178); }
td.TdClassName
{
border-color: #E102B2;
}
.TagClassName
{
border-color: #E102B2;
}
</style>