Shades of Hollywood Cerise #E305AD
Tints of Hollywood Cerise #E305AD
RGB
CMYK
RGB Variations
Color information
#E305AD (or 0xE305AD) is known color: Hollywood Cerise. HEX triplet: E3, 05 and AD. RGB value is (227,5,173). Sum of RGB (Red+Green+Blue) = 227+5+173=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E305AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E305AD is #1CFA52. Grayscale: #5A5A5A. Windows color (decimal): -1899091 or 11339235. OLE color: 11339235.
HSL color Cylindrical-coordinate representation of color #E305AD: hue angle of 314.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305AD is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.11 |
| HSL | 314.59º | 0.96% | 0.45% | - |
| HSV(B) | 314.59º | 0.98% | 0.89% | - |
| XYZ | 39.28 | 19.46 | 41.22 | - |
| YUV | 90.53 | 174.55 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 173 | 0 | 0.98 | 0.24 | 0.11 | 314.59 | 0.96 | 0.45 |
| Hex | E3 | 5 | AD | 0 | 62 | 18 | B | 13B | 60 | 2D |
| Octal | 343 | 5 | 255 | 0 | 142 | 30 | 13 | 473 | 140 | 55 |
| Binary | 11100011 | 101 | 10101101 | 0 | 1100010 | 11000 | 1011 | 100111011 | 1100000 | 101101 |
Color Harmonies of #E305AD
Complementary color
Monochromatic Colors of #E305AD
Black with #E305AD
Text Example
Text Example
White with #E305AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305AD; }
p { color: rgb(227,5,173); }
H1.HeaderClassName
{
color: #E305AD;
}
.AnyTagClassName
{
color: #E305AD;
}
</style>
background-color css
<style>
a { background-color: #E305AD; }
a { background-color: rgb(227,5,173); }
div.DivClassName
{
background-color: #E305AD;
}
.BgClassName
{
background-color: #E305AD;
}
</style>
border-color css
<style>
span { border-color: #E305AD; }
span { border-color: rgb(227,5,173); }
td.TdClassName
{
border-color: #E305AD;
}
.TagClassName
{
border-color: #E305AD;
}
</style>