Shades of Hollywood Cerise #E701B3
Tints of Hollywood Cerise #E701B3
RGB
CMYK
RGB Variations
Color information
#E701B3 (or 0xE701B3) is known color: Hollywood Cerise. HEX triplet: E7, 01 and B3. RGB value is (231,1,179). Sum of RGB (Red+Green+Blue) = 231+1+179=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E701B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701B3 is #18FE4C. Grayscale: #595959. Windows color (decimal): -1637965 or 11731431. OLE color: 11731431.
HSL color Cylindrical-coordinate representation of color #E701B3: hue angle of 313.57º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701B3 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 179 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.09 |
| HSL | 313.57º | 0.99% | 0.45% | - |
| HSV(B) | 313.57º | 1% | 0.91% | - |
| XYZ | 41.1 | 20.27 | 44.39 | - |
| YUV | 90.06 | 178.2 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 179 | 0 | 1.00 | 0.23 | 0.09 | 313.57 | 0.99 | 0.45 |
| Hex | E7 | 1 | B3 | 0 | 64 | 17 | 9 | 13A | 63 | 2D |
| Octal | 347 | 1 | 263 | 0 | 144 | 27 | 11 | 472 | 143 | 55 |
| Binary | 11100111 | 1 | 10110011 | 0 | 1100100 | 10111 | 1001 | 100111010 | 1100011 | 101101 |
Color Harmonies of #E701B3
Complementary color
Monochromatic Colors of #E701B3
Black with #E701B3
Text Example
Text Example
White with #E701B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701B3; }
p { color: rgb(231,1,179); }
H1.HeaderClassName
{
color: #E701B3;
}
.AnyTagClassName
{
color: #E701B3;
}
</style>
background-color css
<style>
a { background-color: #E701B3; }
a { background-color: rgb(231,1,179); }
div.DivClassName
{
background-color: #E701B3;
}
.BgClassName
{
background-color: #E701B3;
}
</style>
border-color css
<style>
span { border-color: #E701B3; }
span { border-color: rgb(231,1,179); }
td.TdClassName
{
border-color: #E701B3;
}
.TagClassName
{
border-color: #E701B3;
}
</style>