Shades of Hollywood Cerise #E403B4
Tints of Hollywood Cerise #E403B4
RGB
CMYK
RGB Variations
Color information
#E403B4 (or 0xE403B4) is known color: Hollywood Cerise. HEX triplet: E4, 03 and B4. RGB value is (228,3,180). Sum of RGB (Red+Green+Blue) = 228+3+180=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E403B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403B4 is #1BFC4B. Grayscale: #595959. Windows color (decimal): -1834060 or 11797476. OLE color: 11797476.
HSL color Cylindrical-coordinate representation of color #E403B4: hue angle of 312.8º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E403B4 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 180 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.11 |
| HSL | 312.8º | 0.97% | 0.45% | - |
| HSV(B) | 312.8º | 0.99% | 0.89% | - |
| XYZ | 40.27 | 19.85 | 44.89 | - |
| YUV | 90.45 | 178.54 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 180 | 0 | 0.99 | 0.21 | 0.11 | 312.8 | 0.97 | 0.45 |
| Hex | E4 | 3 | B4 | 0 | 63 | 15 | B | 139 | 61 | 2D |
| Octal | 344 | 3 | 264 | 0 | 143 | 25 | 13 | 471 | 141 | 55 |
| Binary | 11100100 | 11 | 10110100 | 0 | 1100011 | 10101 | 1011 | 100111001 | 1100001 | 101101 |
Color Harmonies of #E403B4
Complementary color
Monochromatic Colors of #E403B4
Black with #E403B4
Text Example
Text Example
White with #E403B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E403B4; }
p { color: rgb(228,3,180); }
H1.HeaderClassName
{
color: #E403B4;
}
.AnyTagClassName
{
color: #E403B4;
}
</style>
background-color css
<style>
a { background-color: #E403B4; }
a { background-color: rgb(228,3,180); }
div.DivClassName
{
background-color: #E403B4;
}
.BgClassName
{
background-color: #E403B4;
}
</style>
border-color css
<style>
span { border-color: #E403B4; }
span { border-color: rgb(228,3,180); }
td.TdClassName
{
border-color: #E403B4;
}
.TagClassName
{
border-color: #E403B4;
}
</style>