Shades of Hollywood Cerise #EE10A3
Tints of Hollywood Cerise #EE10A3
RGB
CMYK
RGB Variations
Color information
#EE10A3 (or 0xEE10A3) is known color: Hollywood Cerise. HEX triplet: EE, 10 and A3. RGB value is (238,16,163). Sum of RGB (Red+Green+Blue) = 238+16+163=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE10A3 is #11EF5C. Grayscale: #626262. Windows color (decimal): -1175389 or 10686702. OLE color: 10686702.
HSL color Cylindrical-coordinate representation of color #EE10A3: hue angle of 320.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE10A3 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 163 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.07 |
| HSL | 320.27º | 0.87% | 0.5% | - |
| HSV(B) | 320.27º | 0.93% | 0.93% | - |
| XYZ | 42.06 | 21.19 | 36.52 | - |
| YUV | 99.14 | 164.05 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 163 | 0 | 0.93 | 0.32 | 0.07 | 320.27 | 0.87 | 0.5 |
| Hex | EE | 10 | A3 | 0 | 5D | 20 | 7 | 140 | 57 | 32 |
| Octal | 356 | 20 | 243 | 0 | 135 | 40 | 7 | 500 | 127 | 62 |
| Binary | 11101110 | 10000 | 10100011 | 0 | 1011101 | 100000 | 111 | 101000000 | 1010111 | 110010 |
Color Harmonies of #EE10A3
Complementary color
Monochromatic Colors of #EE10A3
Black with #EE10A3
Text Example
Text Example
White with #EE10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10A3; }
p { color: rgb(238,16,163); }
H1.HeaderClassName
{
color: #EE10A3;
}
.AnyTagClassName
{
color: #EE10A3;
}
</style>
background-color css
<style>
a { background-color: #EE10A3; }
a { background-color: rgb(238,16,163); }
div.DivClassName
{
background-color: #EE10A3;
}
.BgClassName
{
background-color: #EE10A3;
}
</style>
border-color css
<style>
span { border-color: #EE10A3; }
span { border-color: rgb(238,16,163); }
td.TdClassName
{
border-color: #EE10A3;
}
.TagClassName
{
border-color: #EE10A3;
}
</style>