Shades of Hollywood Cerise #E200B5
Tints of Hollywood Cerise #E200B5
RGB
CMYK
RGB Variations
Color information
#E200B5 (or 0xE200B5) is known color: Hollywood Cerise. HEX triplet: E2, 00 and B5. RGB value is (226,0,181). Sum of RGB (Red+Green+Blue) = 226+0+181=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E200B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200B5 is #1DFF4A. Grayscale: #575757. Windows color (decimal): -1965899 or 11862242. OLE color: 11862242.
HSL color Cylindrical-coordinate representation of color #E200B5: hue angle of 311.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200B5 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.20 | 0.11 |
| HSL | 311.95º | 1% | 0.44% | - |
| HSV(B) | 311.95º | 1% | 0.89% | - |
| XYZ | 39.7 | 19.5 | 45.39 | - |
| YUV | 88.21 | 180.37 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 181 | 0 | 1 | 0.20 | 0.11 | 311.95 | 1 | 0.44 |
| Hex | E2 | 0 | B5 | 0 | 64 | 14 | B | 138 | 64 | 2C |
| Octal | 342 | 0 | 265 | 0 | 144 | 24 | 13 | 470 | 144 | 54 |
| Binary | 11100010 | 0 | 10110101 | 0 | 1100100 | 10100 | 1011 | 100111000 | 1100100 | 101100 |
Color Harmonies of #E200B5
Complementary color
Monochromatic Colors of #E200B5
Black with #E200B5
Text Example
Text Example
White with #E200B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200B5; }
p { color: rgb(226,0,181); }
H1.HeaderClassName
{
color: #E200B5;
}
.AnyTagClassName
{
color: #E200B5;
}
</style>
background-color css
<style>
a { background-color: #E200B5; }
a { background-color: rgb(226,0,181); }
div.DivClassName
{
background-color: #E200B5;
}
.BgClassName
{
background-color: #E200B5;
}
</style>
border-color css
<style>
span { border-color: #E200B5; }
span { border-color: rgb(226,0,181); }
td.TdClassName
{
border-color: #E200B5;
}
.TagClassName
{
border-color: #E200B5;
}
</style>