Shades of Hollywood Cerise #E303AF
Tints of Hollywood Cerise #E303AF
RGB
CMYK
RGB Variations
Color information
#E303AF (or 0xE303AF) is known color: Hollywood Cerise. HEX triplet: E3, 03 and AF. RGB value is (227,3,175). Sum of RGB (Red+Green+Blue) = 227+3+175=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E303AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E303AF is #1CFC50. Grayscale: #595959. Windows color (decimal): -1899601 or 11469795. OLE color: 11469795.
HSL color Cylindrical-coordinate representation of color #E303AF: hue angle of 313.93º 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 #E303AF is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 175 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.11 |
| HSL | 313.93º | 0.97% | 0.45% | - |
| HSV(B) | 313.93º | 0.99% | 0.89% | - |
| XYZ | 39.45 | 19.49 | 42.24 | - |
| YUV | 89.58 | 176.21 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 175 | 0 | 0.99 | 0.23 | 0.11 | 313.93 | 0.97 | 0.45 |
| Hex | E3 | 3 | AF | 0 | 63 | 17 | B | 13A | 61 | 2D |
| Octal | 343 | 3 | 257 | 0 | 143 | 27 | 13 | 472 | 141 | 55 |
| Binary | 11100011 | 11 | 10101111 | 0 | 1100011 | 10111 | 1011 | 100111010 | 1100001 | 101101 |
Color Harmonies of #E303AF
Complementary color
Monochromatic Colors of #E303AF
Black with #E303AF
Text Example
Text Example
White with #E303AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303AF; }
p { color: rgb(227,3,175); }
H1.HeaderClassName
{
color: #E303AF;
}
.AnyTagClassName
{
color: #E303AF;
}
</style>
background-color css
<style>
a { background-color: #E303AF; }
a { background-color: rgb(227,3,175); }
div.DivClassName
{
background-color: #E303AF;
}
.BgClassName
{
background-color: #E303AF;
}
</style>
border-color css
<style>
span { border-color: #E303AF; }
span { border-color: rgb(227,3,175); }
td.TdClassName
{
border-color: #E303AF;
}
.TagClassName
{
border-color: #E303AF;
}
</style>