Shades of Hollywood Cerise #E303AA
Tints of Hollywood Cerise #E303AA
RGB
CMYK
RGB Variations
Color information
#E303AA (or 0xE303AA) is known color: Hollywood Cerise. HEX triplet: E3, 03 and AA. RGB value is (227,3,170). Sum of RGB (Red+Green+Blue) = 227+3+170=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E303AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E303AA is #1CFC55. Grayscale: #585858. Windows color (decimal): -1899606 or 11142115. OLE color: 11142115.
HSL color Cylindrical-coordinate representation of color #E303AA: hue angle of 315.27º 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 #E303AA is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 170 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.11 |
| HSL | 315.27º | 0.97% | 0.45% | - |
| HSV(B) | 315.27º | 0.99% | 0.89% | - |
| XYZ | 38.97 | 19.3 | 39.7 | - |
| YUV | 89.01 | 173.71 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 170 | 0 | 0.99 | 0.25 | 0.11 | 315.27 | 0.97 | 0.45 |
| Hex | E3 | 3 | AA | 0 | 63 | 19 | B | 13B | 61 | 2D |
| Octal | 343 | 3 | 252 | 0 | 143 | 31 | 13 | 473 | 141 | 55 |
| Binary | 11100011 | 11 | 10101010 | 0 | 1100011 | 11001 | 1011 | 100111011 | 1100001 | 101101 |
Color Harmonies of #E303AA
Complementary color
Monochromatic Colors of #E303AA
Black with #E303AA
Text Example
Text Example
White with #E303AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303AA; }
p { color: rgb(227,3,170); }
H1.HeaderClassName
{
color: #E303AA;
}
.AnyTagClassName
{
color: #E303AA;
}
</style>
background-color css
<style>
a { background-color: #E303AA; }
a { background-color: rgb(227,3,170); }
div.DivClassName
{
background-color: #E303AA;
}
.BgClassName
{
background-color: #E303AA;
}
</style>
border-color css
<style>
span { border-color: #E303AA; }
span { border-color: rgb(227,3,170); }
td.TdClassName
{
border-color: #E303AA;
}
.TagClassName
{
border-color: #E303AA;
}
</style>