Shades of Hollywood Cerise #E203A1
Tints of Hollywood Cerise #E203A1
RGB
CMYK
RGB Variations
Color information
#E203A1 (or 0xE203A1) is known color: Hollywood Cerise. HEX triplet: E2, 03 and A1. RGB value is (226,3,161). Sum of RGB (Red+Green+Blue) = 226+3+161=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E203A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E203A1 is #1DFC5E. Grayscale: #575757. Windows color (decimal): -1965151 or 10552290. OLE color: 10552290.
HSL color Cylindrical-coordinate representation of color #E203A1: hue angle of 317.49º 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 #E203A1 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 161 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.11 |
| HSL | 317.49º | 0.97% | 0.45% | - |
| HSV(B) | 317.49º | 0.99% | 0.89% | - |
| XYZ | 37.83 | 18.81 | 35.35 | - |
| YUV | 87.69 | 169.38 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 161 | 0 | 0.99 | 0.29 | 0.11 | 317.49 | 0.97 | 0.45 |
| Hex | E2 | 3 | A1 | 0 | 63 | 1D | B | 13D | 61 | 2D |
| Octal | 342 | 3 | 241 | 0 | 143 | 35 | 13 | 475 | 141 | 55 |
| Binary | 11100010 | 11 | 10100001 | 0 | 1100011 | 11101 | 1011 | 100111101 | 1100001 | 101101 |
Color Harmonies of #E203A1
Complementary color
Monochromatic Colors of #E203A1
Black with #E203A1
Text Example
Text Example
White with #E203A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203A1; }
p { color: rgb(226,3,161); }
H1.HeaderClassName
{
color: #E203A1;
}
.AnyTagClassName
{
color: #E203A1;
}
</style>
background-color css
<style>
a { background-color: #E203A1; }
a { background-color: rgb(226,3,161); }
div.DivClassName
{
background-color: #E203A1;
}
.BgClassName
{
background-color: #E203A1;
}
</style>
border-color css
<style>
span { border-color: #E203A1; }
span { border-color: rgb(226,3,161); }
td.TdClassName
{
border-color: #E203A1;
}
.TagClassName
{
border-color: #E203A1;
}
</style>