Shades of Hollywood Cerise #E611A3
Tints of Hollywood Cerise #E611A3
RGB
CMYK
RGB Variations
Color information
#E611A3 (or 0xE611A3) is known color: Hollywood Cerise. HEX triplet: E6, 11 and A3. RGB value is (230,17,163). Sum of RGB (Red+Green+Blue) = 230+17+163=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E611A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E611A3 is #19EE5C. Grayscale: #606060. Windows color (decimal): -1699421 or 10686950. OLE color: 10686950.
HSL color Cylindrical-coordinate representation of color #E611A3: hue angle of 318.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611A3 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 163 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.10 |
| HSL | 318.87º | 0.86% | 0.48% | - |
| HSV(B) | 318.87º | 0.93% | 0.9% | - |
| XYZ | 39.44 | 19.87 | 36.41 | - |
| YUV | 97.33 | 165.07 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 163 | 0 | 0.93 | 0.29 | 0.10 | 318.87 | 0.86 | 0.48 |
| Hex | E6 | 11 | A3 | 0 | 5D | 1D | A | 13F | 56 | 30 |
| Octal | 346 | 21 | 243 | 0 | 135 | 35 | 12 | 477 | 126 | 60 |
| Binary | 11100110 | 10001 | 10100011 | 0 | 1011101 | 11101 | 1010 | 100111111 | 1010110 | 110000 |
Color Harmonies of #E611A3
Complementary color
Monochromatic Colors of #E611A3
Black with #E611A3
Text Example
Text Example
White with #E611A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611A3; }
p { color: rgb(230,17,163); }
H1.HeaderClassName
{
color: #E611A3;
}
.AnyTagClassName
{
color: #E611A3;
}
</style>
background-color css
<style>
a { background-color: #E611A3; }
a { background-color: rgb(230,17,163); }
div.DivClassName
{
background-color: #E611A3;
}
.BgClassName
{
background-color: #E611A3;
}
</style>
border-color css
<style>
span { border-color: #E611A3; }
span { border-color: rgb(230,17,163); }
td.TdClassName
{
border-color: #E611A3;
}
.TagClassName
{
border-color: #E611A3;
}
</style>