Shades of Hollywood Cerise #E201B4
Tints of Hollywood Cerise #E201B4
RGB
CMYK
RGB Variations
Color information
#E201B4 (or 0xE201B4) is known color: Hollywood Cerise. HEX triplet: E2, 01 and B4. RGB value is (226,1,180). Sum of RGB (Red+Green+Blue) = 226+1+180=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E201B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201B4 is #1DFE4B. Grayscale: #585858. Windows color (decimal): -1965644 or 11796962. OLE color: 11796962.
HSL color Cylindrical-coordinate representation of color #E201B4: hue angle of 312.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201B4 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 180 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.11 |
| HSL | 312.27º | 0.99% | 0.45% | - |
| HSV(B) | 312.27º | 1% | 0.89% | - |
| XYZ | 39.61 | 19.49 | 44.85 | - |
| YUV | 88.68 | 179.54 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 180 | 0 | 1.00 | 0.20 | 0.11 | 312.27 | 0.99 | 0.45 |
| Hex | E2 | 1 | B4 | 0 | 64 | 14 | B | 138 | 63 | 2D |
| Octal | 342 | 1 | 264 | 0 | 144 | 24 | 13 | 470 | 143 | 55 |
| Binary | 11100010 | 1 | 10110100 | 0 | 1100100 | 10100 | 1011 | 100111000 | 1100011 | 101101 |
Color Harmonies of #E201B4
Complementary color
Monochromatic Colors of #E201B4
Black with #E201B4
Text Example
Text Example
White with #E201B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201B4; }
p { color: rgb(226,1,180); }
H1.HeaderClassName
{
color: #E201B4;
}
.AnyTagClassName
{
color: #E201B4;
}
</style>
background-color css
<style>
a { background-color: #E201B4; }
a { background-color: rgb(226,1,180); }
div.DivClassName
{
background-color: #E201B4;
}
.BgClassName
{
background-color: #E201B4;
}
</style>
border-color css
<style>
span { border-color: #E201B4; }
span { border-color: rgb(226,1,180); }
td.TdClassName
{
border-color: #E201B4;
}
.TagClassName
{
border-color: #E201B4;
}
</style>