Shades of Hollywood Cerise #E601AD
Tints of Hollywood Cerise #E601AD
RGB
CMYK
RGB Variations
Color information
#E601AD (or 0xE601AD) is known color: Hollywood Cerise. HEX triplet: E6, 01 and AD. RGB value is (230,1,173). Sum of RGB (Red+Green+Blue) = 230+1+173=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E601AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E601AD is #19FE52. Grayscale: #585858. Windows color (decimal): -1703507 or 11338214. OLE color: 11338214.
HSL color Cylindrical-coordinate representation of color #E601AD: hue angle of 314.93º 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 #E601AD is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.10 |
| HSL | 314.93º | 0.99% | 0.45% | - |
| HSV(B) | 314.93º | 1% | 0.9% | - |
| XYZ | 40.19 | 19.86 | 41.25 | - |
| YUV | 89.08 | 175.37 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 173 | 0 | 1.00 | 0.25 | 0.10 | 314.93 | 0.99 | 0.45 |
| Hex | E6 | 1 | AD | 0 | 64 | 19 | A | 13B | 63 | 2D |
| Octal | 346 | 1 | 255 | 0 | 144 | 31 | 12 | 473 | 143 | 55 |
| Binary | 11100110 | 1 | 10101101 | 0 | 1100100 | 11001 | 1010 | 100111011 | 1100011 | 101101 |
Color Harmonies of #E601AD
Complementary color
Monochromatic Colors of #E601AD
Black with #E601AD
Text Example
Text Example
White with #E601AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601AD; }
p { color: rgb(230,1,173); }
H1.HeaderClassName
{
color: #E601AD;
}
.AnyTagClassName
{
color: #E601AD;
}
</style>
background-color css
<style>
a { background-color: #E601AD; }
a { background-color: rgb(230,1,173); }
div.DivClassName
{
background-color: #E601AD;
}
.BgClassName
{
background-color: #E601AD;
}
</style>
border-color css
<style>
span { border-color: #E601AD; }
span { border-color: rgb(230,1,173); }
td.TdClassName
{
border-color: #E601AD;
}
.TagClassName
{
border-color: #E601AD;
}
</style>