Shades of Hollywood Cerise #E600B5
Tints of Hollywood Cerise #E600B5
RGB
CMYK
RGB Variations
Color information
#E600B5 (or 0xE600B5) is known color: Hollywood Cerise. HEX triplet: E6, 00 and B5. RGB value is (230,0,181). Sum of RGB (Red+Green+Blue) = 230+0+181=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E600B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600B5 is #19FF4A. Grayscale: #585858. Windows color (decimal): -1703755 or 11862246. OLE color: 11862246.
HSL color Cylindrical-coordinate representation of color #E600B5: hue angle of 312.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600B5 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.21 | 0.10 |
| HSL | 312.78º | 1% | 0.45% | - |
| HSV(B) | 312.78º | 1% | 0.9% | - |
| XYZ | 40.97 | 20.16 | 45.45 | - |
| YUV | 89.4 | 179.7 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 181 | 0 | 1 | 0.21 | 0.10 | 312.78 | 1 | 0.45 |
| Hex | E6 | 0 | B5 | 0 | 64 | 15 | A | 139 | 64 | 2D |
| Octal | 346 | 0 | 265 | 0 | 144 | 25 | 12 | 471 | 144 | 55 |
| Binary | 11100110 | 0 | 10110101 | 0 | 1100100 | 10101 | 1010 | 100111001 | 1100100 | 101101 |
Color Harmonies of #E600B5
Complementary color
Monochromatic Colors of #E600B5
Black with #E600B5
Text Example
Text Example
White with #E600B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600B5; }
p { color: rgb(230,0,181); }
H1.HeaderClassName
{
color: #E600B5;
}
.AnyTagClassName
{
color: #E600B5;
}
</style>
background-color css
<style>
a { background-color: #E600B5; }
a { background-color: rgb(230,0,181); }
div.DivClassName
{
background-color: #E600B5;
}
.BgClassName
{
background-color: #E600B5;
}
</style>
border-color css
<style>
span { border-color: #E600B5; }
span { border-color: rgb(230,0,181); }
td.TdClassName
{
border-color: #E600B5;
}
.TagClassName
{
border-color: #E600B5;
}
</style>