Shades of Hollywood Cerise #E1038B
Tints of Hollywood Cerise #E1038B
RGB
CMYK
RGB Variations
Color information
#E1038B (or 0xE1038B) is known color: Hollywood Cerise. HEX triplet: E1, 03 and 8B. RGB value is (225,3,139). Sum of RGB (Red+Green+Blue) = 225+3+139=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1038B is #1EFC74. Grayscale: #545454. Windows color (decimal): -2030709 or 9110497. OLE color: 9110497.
HSL color Cylindrical-coordinate representation of color #E1038B: hue angle of 323.24º 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 #E1038B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.12 |
| HSL | 323.24º | 0.97% | 0.45% | - |
| HSV(B) | 323.24º | 0.99% | 0.88% | - |
| XYZ | 35.74 | 17.94 | 26 | - |
| YUV | 84.88 | 158.55 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 139 | 0 | 0.99 | 0.38 | 0.12 | 323.24 | 0.97 | 0.45 |
| Hex | E1 | 3 | 8B | 0 | 63 | 26 | C | 143 | 61 | 2D |
| Octal | 341 | 3 | 213 | 0 | 143 | 46 | 14 | 503 | 141 | 55 |
| Binary | 11100001 | 11 | 10001011 | 0 | 1100011 | 100110 | 1100 | 101000011 | 1100001 | 101101 |
Color Harmonies of #E1038B
Complementary color
Monochromatic Colors of #E1038B
Black with #E1038B
Text Example
Text Example
White with #E1038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1038B; }
p { color: rgb(225,3,139); }
H1.HeaderClassName
{
color: #E1038B;
}
.AnyTagClassName
{
color: #E1038B;
}
</style>
background-color css
<style>
a { background-color: #E1038B; }
a { background-color: rgb(225,3,139); }
div.DivClassName
{
background-color: #E1038B;
}
.BgClassName
{
background-color: #E1038B;
}
</style>
border-color css
<style>
span { border-color: #E1038B; }
span { border-color: rgb(225,3,139); }
td.TdClassName
{
border-color: #E1038B;
}
.TagClassName
{
border-color: #E1038B;
}
</style>