Shades of Hollywood Cerise #E102B6
Tints of Hollywood Cerise #E102B6
RGB
CMYK
RGB Variations
Color information
#E102B6 (or 0xE102B6) is known color: Hollywood Cerise. HEX triplet: E1, 02 and B6. RGB value is (225,2,182). Sum of RGB (Red+Green+Blue) = 225+2+182=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E102B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102B6 is #1EFD49. Grayscale: #585858. Windows color (decimal): -2030922 or 11928289. OLE color: 11928289.
HSL color Cylindrical-coordinate representation of color #E102B6: hue angle of 311.57º 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 #E102B6 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 182 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.12 |
| HSL | 311.57º | 0.98% | 0.45% | - |
| HSV(B) | 311.57º | 0.99% | 0.88% | - |
| XYZ | 39.52 | 19.43 | 45.92 | - |
| YUV | 89.2 | 180.38 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 182 | 0 | 0.99 | 0.19 | 0.12 | 311.57 | 0.98 | 0.45 |
| Hex | E1 | 2 | B6 | 0 | 63 | 13 | C | 138 | 62 | 2D |
| Octal | 341 | 2 | 266 | 0 | 143 | 23 | 14 | 470 | 142 | 55 |
| Binary | 11100001 | 10 | 10110110 | 0 | 1100011 | 10011 | 1100 | 100111000 | 1100010 | 101101 |
Color Harmonies of #E102B6
Complementary color
Monochromatic Colors of #E102B6
Black with #E102B6
Text Example
Text Example
White with #E102B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102B6; }
p { color: rgb(225,2,182); }
H1.HeaderClassName
{
color: #E102B6;
}
.AnyTagClassName
{
color: #E102B6;
}
</style>
background-color css
<style>
a { background-color: #E102B6; }
a { background-color: rgb(225,2,182); }
div.DivClassName
{
background-color: #E102B6;
}
.BgClassName
{
background-color: #E102B6;
}
</style>
border-color css
<style>
span { border-color: #E102B6; }
span { border-color: rgb(225,2,182); }
td.TdClassName
{
border-color: #E102B6;
}
.TagClassName
{
border-color: #E102B6;
}
</style>