Shades of Hollywood Cerise #E303A2
Tints of Hollywood Cerise #E303A2
RGB
CMYK
RGB Variations
Color information
#E303A2 (or 0xE303A2) is known color: Hollywood Cerise. HEX triplet: E3, 03 and A2. RGB value is (227,3,162). Sum of RGB (Red+Green+Blue) = 227+3+162=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E303A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E303A2 is #1CFC5D. Grayscale: #575757. Windows color (decimal): -1899614 or 10617827. OLE color: 10617827.
HSL color Cylindrical-coordinate representation of color #E303A2: hue angle of 317.41º 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 #E303A2 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.11 |
| HSL | 317.41º | 0.97% | 0.45% | - |
| HSV(B) | 317.41º | 0.99% | 0.89% | - |
| XYZ | 38.23 | 19 | 35.84 | - |
| YUV | 88.1 | 169.71 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 162 | 0 | 0.99 | 0.29 | 0.11 | 317.41 | 0.97 | 0.45 |
| Hex | E3 | 3 | A2 | 0 | 63 | 1D | B | 13D | 61 | 2D |
| Octal | 343 | 3 | 242 | 0 | 143 | 35 | 13 | 475 | 141 | 55 |
| Binary | 11100011 | 11 | 10100010 | 0 | 1100011 | 11101 | 1011 | 100111101 | 1100001 | 101101 |
Color Harmonies of #E303A2
Complementary color
Monochromatic Colors of #E303A2
Black with #E303A2
Text Example
Text Example
White with #E303A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303A2; }
p { color: rgb(227,3,162); }
H1.HeaderClassName
{
color: #E303A2;
}
.AnyTagClassName
{
color: #E303A2;
}
</style>
background-color css
<style>
a { background-color: #E303A2; }
a { background-color: rgb(227,3,162); }
div.DivClassName
{
background-color: #E303A2;
}
.BgClassName
{
background-color: #E303A2;
}
</style>
border-color css
<style>
span { border-color: #E303A2; }
span { border-color: rgb(227,3,162); }
td.TdClassName
{
border-color: #E303A2;
}
.TagClassName
{
border-color: #E303A2;
}
</style>