Shades of Hollywood Cerise #E60184
Tints of Hollywood Cerise #E60184
RGB
CMYK
RGB Variations
Color information
#E60184 (or 0xE60184) is known color: Hollywood Cerise. HEX triplet: E6, 01 and 84. RGB value is (230,1,132). Sum of RGB (Red+Green+Blue) = 230+1+132=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E60184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60184 is #19FE7B. Grayscale: #545454. Windows color (decimal): -1703548 or 8651238. OLE color: 8651238.
HSL color Cylindrical-coordinate representation of color #E60184: hue angle of 325.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60184 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.10 |
| HSL | 325.68º | 0.99% | 0.45% | - |
| HSV(B) | 325.68º | 1% | 0.9% | - |
| XYZ | 36.81 | 18.51 | 23.46 | - |
| YUV | 84.41 | 154.87 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 132 | 0 | 1.00 | 0.43 | 0.10 | 325.68 | 0.99 | 0.45 |
| Hex | E6 | 1 | 84 | 0 | 64 | 2B | A | 146 | 63 | 2D |
| Octal | 346 | 1 | 204 | 0 | 144 | 53 | 12 | 506 | 143 | 55 |
| Binary | 11100110 | 1 | 10000100 | 0 | 1100100 | 101011 | 1010 | 101000110 | 1100011 | 101101 |
Color Harmonies of #E60184
Complementary color
Monochromatic Colors of #E60184
Black with #E60184
Text Example
Text Example
White with #E60184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60184; }
p { color: rgb(230,1,132); }
H1.HeaderClassName
{
color: #E60184;
}
.AnyTagClassName
{
color: #E60184;
}
</style>
background-color css
<style>
a { background-color: #E60184; }
a { background-color: rgb(230,1,132); }
div.DivClassName
{
background-color: #E60184;
}
.BgClassName
{
background-color: #E60184;
}
</style>
border-color css
<style>
span { border-color: #E60184; }
span { border-color: rgb(230,1,132); }
td.TdClassName
{
border-color: #E60184;
}
.TagClassName
{
border-color: #E60184;
}
</style>