Shades of Hollywood Cerise #E901B5
Tints of Hollywood Cerise #E901B5
RGB
CMYK
RGB Variations
Color information
#E901B5 (or 0xE901B5) is known color: Hollywood Cerise. HEX triplet: E9, 01 and B5. RGB value is (233,1,181). Sum of RGB (Red+Green+Blue) = 233+1+181=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E901B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901B5 is #16FE4A. Grayscale: #5A5A5A. Windows color (decimal): -1506891 or 11862505. OLE color: 11862505.
HSL color Cylindrical-coordinate representation of color #E901B5: hue angle of 313.45º 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 #E901B5 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.09 |
| HSL | 313.45º | 0.99% | 0.46% | - |
| HSV(B) | 313.45º | 1% | 0.91% | - |
| XYZ | 41.96 | 20.68 | 45.5 | - |
| YUV | 90.89 | 178.86 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 181 | 0 | 1.00 | 0.22 | 0.09 | 313.45 | 0.99 | 0.46 |
| Hex | E9 | 1 | B5 | 0 | 64 | 16 | 9 | 139 | 63 | 2E |
| Octal | 351 | 1 | 265 | 0 | 144 | 26 | 11 | 471 | 143 | 56 |
| Binary | 11101001 | 1 | 10110101 | 0 | 1100100 | 10110 | 1001 | 100111001 | 1100011 | 101110 |
Color Harmonies of #E901B5
Complementary color
Monochromatic Colors of #E901B5
Black with #E901B5
Text Example
Text Example
White with #E901B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901B5; }
p { color: rgb(233,1,181); }
H1.HeaderClassName
{
color: #E901B5;
}
.AnyTagClassName
{
color: #E901B5;
}
</style>
background-color css
<style>
a { background-color: #E901B5; }
a { background-color: rgb(233,1,181); }
div.DivClassName
{
background-color: #E901B5;
}
.BgClassName
{
background-color: #E901B5;
}
</style>
border-color css
<style>
span { border-color: #E901B5; }
span { border-color: rgb(233,1,181); }
td.TdClassName
{
border-color: #E901B5;
}
.TagClassName
{
border-color: #E901B5;
}
</style>