Shades of Hollywood Cerise #EA01B5
Tints of Hollywood Cerise #EA01B5
RGB
CMYK
RGB Variations
Color information
#EA01B5 (or 0xEA01B5) is known color: Hollywood Cerise. HEX triplet: EA, 01 and B5. RGB value is (234,1,181). Sum of RGB (Red+Green+Blue) = 234+1+181=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01B5 is #15FE4A. Grayscale: #5A5A5A. Windows color (decimal): -1441355 or 11862506. OLE color: 11862506.
HSL color Cylindrical-coordinate representation of color #EA01B5: hue angle of 313.65º 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 #EA01B5 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.08 |
| HSL | 313.65º | 0.99% | 0.46% | - |
| HSV(B) | 313.65º | 1% | 0.92% | - |
| XYZ | 42.28 | 20.85 | 45.51 | - |
| YUV | 91.19 | 178.69 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 181 | 0 | 1.00 | 0.23 | 0.08 | 313.65 | 0.99 | 0.46 |
| Hex | EA | 1 | B5 | 0 | 64 | 17 | 8 | 13A | 63 | 2E |
| Octal | 352 | 1 | 265 | 0 | 144 | 27 | 10 | 472 | 143 | 56 |
| Binary | 11101010 | 1 | 10110101 | 0 | 1100100 | 10111 | 1000 | 100111010 | 1100011 | 101110 |
Color Harmonies of #EA01B5
Complementary color
Monochromatic Colors of #EA01B5
Black with #EA01B5
Text Example
Text Example
White with #EA01B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01B5; }
p { color: rgb(234,1,181); }
H1.HeaderClassName
{
color: #EA01B5;
}
.AnyTagClassName
{
color: #EA01B5;
}
</style>
background-color css
<style>
a { background-color: #EA01B5; }
a { background-color: rgb(234,1,181); }
div.DivClassName
{
background-color: #EA01B5;
}
.BgClassName
{
background-color: #EA01B5;
}
</style>
border-color css
<style>
span { border-color: #EA01B5; }
span { border-color: rgb(234,1,181); }
td.TdClassName
{
border-color: #EA01B5;
}
.TagClassName
{
border-color: #EA01B5;
}
</style>