Shades of Hollywood Cerise #E700B5
Tints of Hollywood Cerise #E700B5
RGB
CMYK
RGB Variations
Color information
#E700B5 (or 0xE700B5) is known color: Hollywood Cerise. HEX triplet: E7, 00 and B5. RGB value is (231,0,181). Sum of RGB (Red+Green+Blue) = 231+0+181=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E700B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700B5 is #18FF4A. Grayscale: #595959. Windows color (decimal): -1638219 or 11862247. OLE color: 11862247.
HSL color Cylindrical-coordinate representation of color #E700B5: hue angle of 312.99º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700B5 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.22 | 0.09 |
| HSL | 312.99º | 1% | 0.45% | - |
| HSV(B) | 312.99º | 1% | 0.91% | - |
| XYZ | 41.3 | 20.33 | 45.46 | - |
| YUV | 89.7 | 179.53 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 181 | 0 | 1 | 0.22 | 0.09 | 312.99 | 1 | 0.45 |
| Hex | E7 | 0 | B5 | 0 | 64 | 16 | 9 | 139 | 64 | 2D |
| Octal | 347 | 0 | 265 | 0 | 144 | 26 | 11 | 471 | 144 | 55 |
| Binary | 11100111 | 0 | 10110101 | 0 | 1100100 | 10110 | 1001 | 100111001 | 1100100 | 101101 |
Color Harmonies of #E700B5
Complementary color
Monochromatic Colors of #E700B5
Black with #E700B5
Text Example
Text Example
White with #E700B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700B5; }
p { color: rgb(231,0,181); }
H1.HeaderClassName
{
color: #E700B5;
}
.AnyTagClassName
{
color: #E700B5;
}
</style>
background-color css
<style>
a { background-color: #E700B5; }
a { background-color: rgb(231,0,181); }
div.DivClassName
{
background-color: #E700B5;
}
.BgClassName
{
background-color: #E700B5;
}
</style>
border-color css
<style>
span { border-color: #E700B5; }
span { border-color: rgb(231,0,181); }
td.TdClassName
{
border-color: #E700B5;
}
.TagClassName
{
border-color: #E700B5;
}
</style>