Shades of Hollywood Cerise #E607AA
Tints of Hollywood Cerise #E607AA
RGB
CMYK
RGB Variations
Color information
#E607AA (or 0xE607AA) is known color: Hollywood Cerise. HEX triplet: E6, 07 and AA. RGB value is (230,7,170). Sum of RGB (Red+Green+Blue) = 230+7+170=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E607AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E607AA is #19F855. Grayscale: #5B5B5B. Windows color (decimal): -1701974 or 11143142. OLE color: 11143142.
HSL color Cylindrical-coordinate representation of color #E607AA: hue angle of 316.14º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607AA is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.10 |
| HSL | 316.14º | 0.94% | 0.46% | - |
| HSV(B) | 316.14º | 0.97% | 0.9% | - |
| XYZ | 39.96 | 19.88 | 39.76 | - |
| YUV | 92.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 170 | 0 | 0.97 | 0.26 | 0.10 | 316.14 | 0.94 | 0.46 |
| Hex | E6 | 7 | AA | 0 | 61 | 1A | A | 13C | 5E | 2E |
| Octal | 346 | 7 | 252 | 0 | 141 | 32 | 12 | 474 | 136 | 56 |
| Binary | 11100110 | 111 | 10101010 | 0 | 1100001 | 11010 | 1010 | 100111100 | 1011110 | 101110 |
Color Harmonies of #E607AA
Complementary color
Monochromatic Colors of #E607AA
Black with #E607AA
Text Example
Text Example
White with #E607AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E607AA; }
p { color: rgb(230,7,170); }
H1.HeaderClassName
{
color: #E607AA;
}
.AnyTagClassName
{
color: #E607AA;
}
</style>
background-color css
<style>
a { background-color: #E607AA; }
a { background-color: rgb(230,7,170); }
div.DivClassName
{
background-color: #E607AA;
}
.BgClassName
{
background-color: #E607AA;
}
</style>
border-color css
<style>
span { border-color: #E607AA; }
span { border-color: rgb(230,7,170); }
td.TdClassName
{
border-color: #E607AA;
}
.TagClassName
{
border-color: #E607AA;
}
</style>