Shades of Hollywood Cerise #E300B5
Tints of Hollywood Cerise #E300B5
RGB
CMYK
RGB Variations
Color information
#E300B5 (or 0xE300B5) is known color: Hollywood Cerise. HEX triplet: E3, 00 and B5. RGB value is (227,0,181). Sum of RGB (Red+Green+Blue) = 227+0+181=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E300B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E300B5 is #1CFF4A. Grayscale: #585858. Windows color (decimal): -1900363 or 11862243. OLE color: 11862243.
HSL color Cylindrical-coordinate representation of color #E300B5: hue angle of 312.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E300B5 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.20 | 0.11 |
| HSL | 312.16º | 1% | 0.45% | - |
| HSV(B) | 312.16º | 1% | 0.89% | - |
| XYZ | 40.02 | 19.67 | 45.4 | - |
| YUV | 88.51 | 180.21 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 181 | 0 | 1 | 0.20 | 0.11 | 312.16 | 1 | 0.45 |
| Hex | E3 | 0 | B5 | 0 | 64 | 14 | B | 138 | 64 | 2D |
| Octal | 343 | 0 | 265 | 0 | 144 | 24 | 13 | 470 | 144 | 55 |
| Binary | 11100011 | 0 | 10110101 | 0 | 1100100 | 10100 | 1011 | 100111000 | 1100100 | 101101 |
Color Harmonies of #E300B5
Complementary color
Monochromatic Colors of #E300B5
Black with #E300B5
Text Example
Text Example
White with #E300B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300B5; }
p { color: rgb(227,0,181); }
H1.HeaderClassName
{
color: #E300B5;
}
.AnyTagClassName
{
color: #E300B5;
}
</style>
background-color css
<style>
a { background-color: #E300B5; }
a { background-color: rgb(227,0,181); }
div.DivClassName
{
background-color: #E300B5;
}
.BgClassName
{
background-color: #E300B5;
}
</style>
border-color css
<style>
span { border-color: #E300B5; }
span { border-color: rgb(227,0,181); }
td.TdClassName
{
border-color: #E300B5;
}
.TagClassName
{
border-color: #E300B5;
}
</style>