Shades of Hollywood Cerise #E805B3
Tints of Hollywood Cerise #E805B3
RGB
CMYK
RGB Variations
Color information
#E805B3 (or 0xE805B3) is known color: Hollywood Cerise. HEX triplet: E8, 05 and B3. RGB value is (232,5,179). Sum of RGB (Red+Green+Blue) = 232+5+179=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E805B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805B3 is #17FA4C. Grayscale: #5C5C5C. Windows color (decimal): -1571405 or 11732456. OLE color: 11732456.
HSL color Cylindrical-coordinate representation of color #E805B3: hue angle of 314.01º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805B3 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.09 |
| HSL | 314.01º | 0.96% | 0.46% | - |
| HSV(B) | 314.01º | 0.98% | 0.91% | - |
| XYZ | 41.47 | 20.52 | 44.42 | - |
| YUV | 92.71 | 176.71 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 179 | 0 | 0.98 | 0.23 | 0.09 | 314.01 | 0.96 | 0.46 |
| Hex | E8 | 5 | B3 | 0 | 62 | 17 | 9 | 13A | 60 | 2E |
| Octal | 350 | 5 | 263 | 0 | 142 | 27 | 11 | 472 | 140 | 56 |
| Binary | 11101000 | 101 | 10110011 | 0 | 1100010 | 10111 | 1001 | 100111010 | 1100000 | 101110 |
Color Harmonies of #E805B3
Complementary color
Monochromatic Colors of #E805B3
Black with #E805B3
Text Example
Text Example
White with #E805B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805B3; }
p { color: rgb(232,5,179); }
H1.HeaderClassName
{
color: #E805B3;
}
.AnyTagClassName
{
color: #E805B3;
}
</style>
background-color css
<style>
a { background-color: #E805B3; }
a { background-color: rgb(232,5,179); }
div.DivClassName
{
background-color: #E805B3;
}
.BgClassName
{
background-color: #E805B3;
}
</style>
border-color css
<style>
span { border-color: #E805B3; }
span { border-color: rgb(232,5,179); }
td.TdClassName
{
border-color: #E805B3;
}
.TagClassName
{
border-color: #E805B3;
}
</style>