Shades of Hollywood Cerise #EB018A
Tints of Hollywood Cerise #EB018A
RGB
CMYK
RGB Variations
Color information
#EB018A (or 0xEB018A) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 8A. RGB value is (235,1,138). Sum of RGB (Red+Green+Blue) = 235+1+138=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB018A is #14FE75. Grayscale: #565656. Windows color (decimal): -1375862 or 9044459. OLE color: 9044459.
HSL color Cylindrical-coordinate representation of color #EB018A: hue angle of 324.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB018A is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.08 |
| HSL | 324.87º | 0.99% | 0.46% | - |
| HSV(B) | 324.87º | 1% | 0.92% | - |
| XYZ | 38.86 | 19.52 | 25.76 | - |
| YUV | 86.58 | 157.02 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 138 | 0 | 1.00 | 0.41 | 0.08 | 324.87 | 0.99 | 0.46 |
| Hex | EB | 1 | 8A | 0 | 64 | 29 | 8 | 145 | 63 | 2E |
| Octal | 353 | 1 | 212 | 0 | 144 | 51 | 10 | 505 | 143 | 56 |
| Binary | 11101011 | 1 | 10001010 | 0 | 1100100 | 101001 | 1000 | 101000101 | 1100011 | 101110 |
Color Harmonies of #EB018A
Complementary color
Monochromatic Colors of #EB018A
Black with #EB018A
Text Example
Text Example
White with #EB018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB018A; }
p { color: rgb(235,1,138); }
H1.HeaderClassName
{
color: #EB018A;
}
.AnyTagClassName
{
color: #EB018A;
}
</style>
background-color css
<style>
a { background-color: #EB018A; }
a { background-color: rgb(235,1,138); }
div.DivClassName
{
background-color: #EB018A;
}
.BgClassName
{
background-color: #EB018A;
}
</style>
border-color css
<style>
span { border-color: #EB018A; }
span { border-color: rgb(235,1,138); }
td.TdClassName
{
border-color: #EB018A;
}
.TagClassName
{
border-color: #EB018A;
}
</style>