Shades of Hollywood Cerise #E701AD
Tints of Hollywood Cerise #E701AD
RGB
CMYK
RGB Variations
Color information
#E701AD (or 0xE701AD) is known color: Hollywood Cerise. HEX triplet: E7, 01 and AD. RGB value is (231,1,173). Sum of RGB (Red+Green+Blue) = 231+1+173=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E701AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E701AD is #18FE52. Grayscale: #585858. Windows color (decimal): -1637971 or 11338215. OLE color: 11338215.
HSL color Cylindrical-coordinate representation of color #E701AD: hue angle of 315.13º 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 #E701AD is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.09 |
| HSL | 315.13º | 0.99% | 0.45% | - |
| HSV(B) | 315.13º | 1% | 0.91% | - |
| XYZ | 40.51 | 20.03 | 41.27 | - |
| YUV | 89.38 | 175.2 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 173 | 0 | 1.00 | 0.25 | 0.09 | 315.13 | 0.99 | 0.45 |
| Hex | E7 | 1 | AD | 0 | 64 | 19 | 9 | 13B | 63 | 2D |
| Octal | 347 | 1 | 255 | 0 | 144 | 31 | 11 | 473 | 143 | 55 |
| Binary | 11100111 | 1 | 10101101 | 0 | 1100100 | 11001 | 1001 | 100111011 | 1100011 | 101101 |
Color Harmonies of #E701AD
Complementary color
Monochromatic Colors of #E701AD
Black with #E701AD
Text Example
Text Example
White with #E701AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701AD; }
p { color: rgb(231,1,173); }
H1.HeaderClassName
{
color: #E701AD;
}
.AnyTagClassName
{
color: #E701AD;
}
</style>
background-color css
<style>
a { background-color: #E701AD; }
a { background-color: rgb(231,1,173); }
div.DivClassName
{
background-color: #E701AD;
}
.BgClassName
{
background-color: #E701AD;
}
</style>
border-color css
<style>
span { border-color: #E701AD; }
span { border-color: rgb(231,1,173); }
td.TdClassName
{
border-color: #E701AD;
}
.TagClassName
{
border-color: #E701AD;
}
</style>