Shades of Hollywood Cerise #EE149E
Tints of Hollywood Cerise #EE149E
RGB
CMYK
RGB Variations
Color information
#EE149E (or 0xEE149E) is known color: Hollywood Cerise. HEX triplet: EE, 14 and 9E. RGB value is (238,20,158). Sum of RGB (Red+Green+Blue) = 238+20+158=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE149E is #11EB61. Grayscale: #646464. Windows color (decimal): -1174370 or 10360046. OLE color: 10360046.
HSL color Cylindrical-coordinate representation of color #EE149E: hue angle of 322.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE149E is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 158 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.07 |
| HSL | 322.02º | 0.87% | 0.51% | - |
| HSV(B) | 322.02º | 0.92% | 0.93% | - |
| XYZ | 41.68 | 21.15 | 34.23 | - |
| YUV | 100.91 | 160.22 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 158 | 0 | 0.92 | 0.34 | 0.07 | 322.02 | 0.87 | 0.51 |
| Hex | EE | 14 | 9E | 0 | 5C | 22 | 7 | 142 | 57 | 33 |
| Octal | 356 | 24 | 236 | 0 | 134 | 42 | 7 | 502 | 127 | 63 |
| Binary | 11101110 | 10100 | 10011110 | 0 | 1011100 | 100010 | 111 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EE149E
Complementary color
Monochromatic Colors of #EE149E
Black with #EE149E
Text Example
Text Example
White with #EE149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE149E; }
p { color: rgb(238,20,158); }
H1.HeaderClassName
{
color: #EE149E;
}
.AnyTagClassName
{
color: #EE149E;
}
</style>
background-color css
<style>
a { background-color: #EE149E; }
a { background-color: rgb(238,20,158); }
div.DivClassName
{
background-color: #EE149E;
}
.BgClassName
{
background-color: #EE149E;
}
</style>
border-color css
<style>
span { border-color: #EE149E; }
span { border-color: rgb(238,20,158); }
td.TdClassName
{
border-color: #EE149E;
}
.TagClassName
{
border-color: #EE149E;
}
</style>