Shades of Hollywood Cerise #E101B7
Tints of Hollywood Cerise #E101B7
RGB
CMYK
RGB Variations
Color information
#E101B7 (or 0xE101B7) is known color: Hollywood Cerise. HEX triplet: E1, 01 and B7. RGB value is (225,1,183). Sum of RGB (Red+Green+Blue) = 225+1+183=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E101B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101B7 is #1EFE48. Grayscale: #585858. Windows color (decimal): -2031177 or 11993569. OLE color: 11993569.
HSL color Cylindrical-coordinate representation of color #E101B7: hue angle of 311.25º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101B7 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.12 |
| HSL | 311.25º | 0.99% | 0.44% | - |
| HSV(B) | 311.25º | 1% | 0.88% | - |
| XYZ | 39.61 | 19.45 | 46.47 | - |
| YUV | 88.72 | 181.21 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 183 | 0 | 1.00 | 0.19 | 0.12 | 311.25 | 0.99 | 0.44 |
| Hex | E1 | 1 | B7 | 0 | 64 | 13 | C | 137 | 63 | 2C |
| Octal | 341 | 1 | 267 | 0 | 144 | 23 | 14 | 467 | 143 | 54 |
| Binary | 11100001 | 1 | 10110111 | 0 | 1100100 | 10011 | 1100 | 100110111 | 1100011 | 101100 |
Color Harmonies of #E101B7
Complementary color
Monochromatic Colors of #E101B7
Black with #E101B7
Text Example
Text Example
White with #E101B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101B7; }
p { color: rgb(225,1,183); }
H1.HeaderClassName
{
color: #E101B7;
}
.AnyTagClassName
{
color: #E101B7;
}
</style>
background-color css
<style>
a { background-color: #E101B7; }
a { background-color: rgb(225,1,183); }
div.DivClassName
{
background-color: #E101B7;
}
.BgClassName
{
background-color: #E101B7;
}
</style>
border-color css
<style>
span { border-color: #E101B7; }
span { border-color: rgb(225,1,183); }
td.TdClassName
{
border-color: #E101B7;
}
.TagClassName
{
border-color: #E101B7;
}
</style>