Shades of Hollywood Cerise #E203B2
Tints of Hollywood Cerise #E203B2
RGB
CMYK
RGB Variations
Color information
#E203B2 (or 0xE203B2) is known color: Hollywood Cerise. HEX triplet: E2, 03 and B2. RGB value is (226,3,178). Sum of RGB (Red+Green+Blue) = 226+3+178=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E203B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E203B2 is #1DFC4D. Grayscale: #595959. Windows color (decimal): -1965134 or 11666402. OLE color: 11666402.
HSL color Cylindrical-coordinate representation of color #E203B2: hue angle of 312.91º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203B2 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 178 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.11 |
| HSL | 312.91º | 0.97% | 0.45% | - |
| HSV(B) | 312.91º | 0.99% | 0.89% | - |
| XYZ | 39.43 | 19.45 | 43.8 | - |
| YUV | 89.63 | 177.88 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 178 | 0 | 0.99 | 0.21 | 0.11 | 312.91 | 0.97 | 0.45 |
| Hex | E2 | 3 | B2 | 0 | 63 | 15 | B | 139 | 61 | 2D |
| Octal | 342 | 3 | 262 | 0 | 143 | 25 | 13 | 471 | 141 | 55 |
| Binary | 11100010 | 11 | 10110010 | 0 | 1100011 | 10101 | 1011 | 100111001 | 1100001 | 101101 |
Color Harmonies of #E203B2
Complementary color
Monochromatic Colors of #E203B2
Black with #E203B2
Text Example
Text Example
White with #E203B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203B2; }
p { color: rgb(226,3,178); }
H1.HeaderClassName
{
color: #E203B2;
}
.AnyTagClassName
{
color: #E203B2;
}
</style>
background-color css
<style>
a { background-color: #E203B2; }
a { background-color: rgb(226,3,178); }
div.DivClassName
{
background-color: #E203B2;
}
.BgClassName
{
background-color: #E203B2;
}
</style>
border-color css
<style>
span { border-color: #E203B2; }
span { border-color: rgb(226,3,178); }
td.TdClassName
{
border-color: #E203B2;
}
.TagClassName
{
border-color: #E203B2;
}
</style>