Shades of Hollywood Cerise #E305B2
Tints of Hollywood Cerise #E305B2
RGB
CMYK
RGB Variations
Color information
#E305B2 (or 0xE305B2) is known color: Hollywood Cerise. HEX triplet: E3, 05 and B2. RGB value is (227,5,178). Sum of RGB (Red+Green+Blue) = 227+5+178=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E305B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E305B2 is #1CFA4D. Grayscale: #5A5A5A. Windows color (decimal): -1899086 or 11666915. OLE color: 11666915.
HSL color Cylindrical-coordinate representation of color #E305B2: hue angle of 313.24º 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 #E305B2 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 178 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.11 |
| HSL | 313.24º | 0.96% | 0.45% | - |
| HSV(B) | 313.24º | 0.98% | 0.89% | - |
| XYZ | 39.77 | 19.65 | 43.82 | - |
| YUV | 91.1 | 177.05 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 178 | 0 | 0.98 | 0.22 | 0.11 | 313.24 | 0.96 | 0.45 |
| Hex | E3 | 5 | B2 | 0 | 62 | 16 | B | 139 | 60 | 2D |
| Octal | 343 | 5 | 262 | 0 | 142 | 26 | 13 | 471 | 140 | 55 |
| Binary | 11100011 | 101 | 10110010 | 0 | 1100010 | 10110 | 1011 | 100111001 | 1100000 | 101101 |
Color Harmonies of #E305B2
Complementary color
Monochromatic Colors of #E305B2
Black with #E305B2
Text Example
Text Example
White with #E305B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305B2; }
p { color: rgb(227,5,178); }
H1.HeaderClassName
{
color: #E305B2;
}
.AnyTagClassName
{
color: #E305B2;
}
</style>
background-color css
<style>
a { background-color: #E305B2; }
a { background-color: rgb(227,5,178); }
div.DivClassName
{
background-color: #E305B2;
}
.BgClassName
{
background-color: #E305B2;
}
</style>
border-color css
<style>
span { border-color: #E305B2; }
span { border-color: rgb(227,5,178); }
td.TdClassName
{
border-color: #E305B2;
}
.TagClassName
{
border-color: #E305B2;
}
</style>