Shades of Hollywood Cerise #E309AB
Tints of Hollywood Cerise #E309AB
RGB
CMYK
RGB Variations
Color information
#E309AB (or 0xE309AB) is known color: Hollywood Cerise. HEX triplet: E3, 09 and AB. RGB value is (227,9,171). Sum of RGB (Red+Green+Blue) = 227+9+171=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E309AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E309AB is #1CF654. Grayscale: #5C5C5C. Windows color (decimal): -1898069 or 11209187. OLE color: 11209187.
HSL color Cylindrical-coordinate representation of color #E309AB: hue angle of 315.41º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E309AB is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.11 |
| HSL | 315.41º | 0.92% | 0.46% | - |
| HSV(B) | 315.41º | 0.96% | 0.89% | - |
| XYZ | 39.13 | 19.47 | 40.22 | - |
| YUV | 92.65 | 172.22 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 171 | 0 | 0.96 | 0.25 | 0.11 | 315.41 | 0.92 | 0.46 |
| Hex | E3 | 9 | AB | 0 | 60 | 19 | B | 13B | 5C | 2E |
| Octal | 343 | 11 | 253 | 0 | 140 | 31 | 13 | 473 | 134 | 56 |
| Binary | 11100011 | 1001 | 10101011 | 0 | 1100000 | 11001 | 1011 | 100111011 | 1011100 | 101110 |
Color Harmonies of #E309AB
Complementary color
Monochromatic Colors of #E309AB
Black with #E309AB
Text Example
Text Example
White with #E309AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E309AB; }
p { color: rgb(227,9,171); }
H1.HeaderClassName
{
color: #E309AB;
}
.AnyTagClassName
{
color: #E309AB;
}
</style>
background-color css
<style>
a { background-color: #E309AB; }
a { background-color: rgb(227,9,171); }
div.DivClassName
{
background-color: #E309AB;
}
.BgClassName
{
background-color: #E309AB;
}
</style>
border-color css
<style>
span { border-color: #E309AB; }
span { border-color: rgb(227,9,171); }
td.TdClassName
{
border-color: #E309AB;
}
.TagClassName
{
border-color: #E309AB;
}
</style>