Shades of Hollywood Cerise #EE028F
Tints of Hollywood Cerise #EE028F
RGB
CMYK
RGB Variations
Color information
#EE028F (or 0xEE028F) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 8F. RGB value is (238,2,143). Sum of RGB (Red+Green+Blue) = 238+2+143=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE028F is #11FD70. Grayscale: #585858. Windows color (decimal): -1178993 or 9372398. OLE color: 9372398.
HSL color Cylindrical-coordinate representation of color #EE028F: hue angle of 324.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE028F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.07 |
| HSL | 324.15º | 0.98% | 0.47% | - |
| HSV(B) | 324.15º | 0.99% | 0.93% | - |
| XYZ | 40.24 | 20.2 | 27.77 | - |
| YUV | 88.64 | 158.69 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 143 | 0 | 0.99 | 0.40 | 0.07 | 324.15 | 0.98 | 0.47 |
| Hex | EE | 2 | 8F | 0 | 63 | 28 | 7 | 144 | 62 | 2F |
| Octal | 356 | 2 | 217 | 0 | 143 | 50 | 7 | 504 | 142 | 57 |
| Binary | 11101110 | 10 | 10001111 | 0 | 1100011 | 101000 | 111 | 101000100 | 1100010 | 101111 |
Color Harmonies of #EE028F
Complementary color
Monochromatic Colors of #EE028F
Black with #EE028F
Text Example
Text Example
White with #EE028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE028F; }
p { color: rgb(238,2,143); }
H1.HeaderClassName
{
color: #EE028F;
}
.AnyTagClassName
{
color: #EE028F;
}
</style>
background-color css
<style>
a { background-color: #EE028F; }
a { background-color: rgb(238,2,143); }
div.DivClassName
{
background-color: #EE028F;
}
.BgClassName
{
background-color: #EE028F;
}
</style>
border-color css
<style>
span { border-color: #EE028F; }
span { border-color: rgb(238,2,143); }
td.TdClassName
{
border-color: #EE028F;
}
.TagClassName
{
border-color: #EE028F;
}
</style>