Shades of Hollywood Cerise #EA028F
Tints of Hollywood Cerise #EA028F
RGB
CMYK
RGB Variations
Color information
#EA028F (or 0xEA028F) is known color: Hollywood Cerise. HEX triplet: EA, 02 and 8F. RGB value is (234,2,143). Sum of RGB (Red+Green+Blue) = 234+2+143=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA028F is #15FD70. Grayscale: #575757. Windows color (decimal): -1441137 or 9372394. OLE color: 9372394.
HSL color Cylindrical-coordinate representation of color #EA028F: hue angle of 323.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA028F is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.08 |
| HSL | 323.53º | 0.98% | 0.46% | - |
| HSV(B) | 323.53º | 0.99% | 0.92% | - |
| XYZ | 38.91 | 19.52 | 27.7 | - |
| YUV | 87.44 | 159.36 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 143 | 0 | 0.99 | 0.39 | 0.08 | 323.53 | 0.98 | 0.46 |
| Hex | EA | 2 | 8F | 0 | 63 | 27 | 8 | 144 | 62 | 2E |
| Octal | 352 | 2 | 217 | 0 | 143 | 47 | 10 | 504 | 142 | 56 |
| Binary | 11101010 | 10 | 10001111 | 0 | 1100011 | 100111 | 1000 | 101000100 | 1100010 | 101110 |
Color Harmonies of #EA028F
Complementary color
Monochromatic Colors of #EA028F
Black with #EA028F
Text Example
Text Example
White with #EA028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA028F; }
p { color: rgb(234,2,143); }
H1.HeaderClassName
{
color: #EA028F;
}
.AnyTagClassName
{
color: #EA028F;
}
</style>
background-color css
<style>
a { background-color: #EA028F; }
a { background-color: rgb(234,2,143); }
div.DivClassName
{
background-color: #EA028F;
}
.BgClassName
{
background-color: #EA028F;
}
</style>
border-color css
<style>
span { border-color: #EA028F; }
span { border-color: rgb(234,2,143); }
td.TdClassName
{
border-color: #EA028F;
}
.TagClassName
{
border-color: #EA028F;
}
</style>