Shades of Hollywood Cerise #E1038A
Tints of Hollywood Cerise #E1038A
RGB
CMYK
RGB Variations
Color information
#E1038A (or 0xE1038A) is known color: Hollywood Cerise. HEX triplet: E1, 03 and 8A. RGB value is (225,3,138). Sum of RGB (Red+Green+Blue) = 225+3+138=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1038A is #1EFC75. Grayscale: #545454. Windows color (decimal): -2030710 or 9044961. OLE color: 9044961.
HSL color Cylindrical-coordinate representation of color #E1038A: hue angle of 323.51º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1038A is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.12 |
| HSL | 323.51º | 0.97% | 0.45% | - |
| HSV(B) | 323.51º | 0.99% | 0.88% | - |
| XYZ | 35.67 | 17.91 | 25.62 | - |
| YUV | 84.77 | 158.05 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 138 | 0 | 0.99 | 0.39 | 0.12 | 323.51 | 0.97 | 0.45 |
| Hex | E1 | 3 | 8A | 0 | 63 | 27 | C | 144 | 61 | 2D |
| Octal | 341 | 3 | 212 | 0 | 143 | 47 | 14 | 504 | 141 | 55 |
| Binary | 11100001 | 11 | 10001010 | 0 | 1100011 | 100111 | 1100 | 101000100 | 1100001 | 101101 |
Color Harmonies of #E1038A
Complementary color
Monochromatic Colors of #E1038A
Black with #E1038A
Text Example
Text Example
White with #E1038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1038A; }
p { color: rgb(225,3,138); }
H1.HeaderClassName
{
color: #E1038A;
}
.AnyTagClassName
{
color: #E1038A;
}
</style>
background-color css
<style>
a { background-color: #E1038A; }
a { background-color: rgb(225,3,138); }
div.DivClassName
{
background-color: #E1038A;
}
.BgClassName
{
background-color: #E1038A;
}
</style>
border-color css
<style>
span { border-color: #E1038A; }
span { border-color: rgb(225,3,138); }
td.TdClassName
{
border-color: #E1038A;
}
.TagClassName
{
border-color: #E1038A;
}
</style>