Shades of Hollywood Cerise #E106A3
Tints of Hollywood Cerise #E106A3
RGB
CMYK
RGB Variations
Color information
#E106A3 (or 0xE106A3) is known color: Hollywood Cerise. HEX triplet: E1, 06 and A3. RGB value is (225,6,163). Sum of RGB (Red+Green+Blue) = 225+6+163=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E106A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E106A3 is #1EF95C. Grayscale: #585858. Windows color (decimal): -2029917 or 10684129. OLE color: 10684129.
HSL color Cylindrical-coordinate representation of color #E106A3: hue angle of 316.99º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E106A3 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 163 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.12 |
| HSL | 316.99º | 0.95% | 0.45% | - |
| HSV(B) | 316.99º | 0.97% | 0.88% | - |
| XYZ | 37.73 | 18.78 | 36.29 | - |
| YUV | 89.38 | 169.55 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 163 | 0 | 0.97 | 0.28 | 0.12 | 316.99 | 0.95 | 0.45 |
| Hex | E1 | 6 | A3 | 0 | 61 | 1C | C | 13D | 5F | 2D |
| Octal | 341 | 6 | 243 | 0 | 141 | 34 | 14 | 475 | 137 | 55 |
| Binary | 11100001 | 110 | 10100011 | 0 | 1100001 | 11100 | 1100 | 100111101 | 1011111 | 101101 |
Color Harmonies of #E106A3
Complementary color
Monochromatic Colors of #E106A3
Black with #E106A3
Text Example
Text Example
White with #E106A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E106A3; }
p { color: rgb(225,6,163); }
H1.HeaderClassName
{
color: #E106A3;
}
.AnyTagClassName
{
color: #E106A3;
}
</style>
background-color css
<style>
a { background-color: #E106A3; }
a { background-color: rgb(225,6,163); }
div.DivClassName
{
background-color: #E106A3;
}
.BgClassName
{
background-color: #E106A3;
}
</style>
border-color css
<style>
span { border-color: #E106A3; }
span { border-color: rgb(225,6,163); }
td.TdClassName
{
border-color: #E106A3;
}
.TagClassName
{
border-color: #E106A3;
}
</style>