Shades of Hollywood Cerise #E30D8F
Tints of Hollywood Cerise #E30D8F
RGB
CMYK
RGB Variations
Color information
#E30D8F (or 0xE30D8F) is known color: Hollywood Cerise. HEX triplet: E3, 0D and 8F. RGB value is (227,13,143). Sum of RGB (Red+Green+Blue) = 227+13+143=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30D8F is #1CF270. Grayscale: #5B5B5B. Windows color (decimal): -1897073 or 9375203. OLE color: 9375203.
HSL color Cylindrical-coordinate representation of color #E30D8F: hue angle of 323.55º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D8F is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 143 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.11 |
| HSL | 323.55º | 0.89% | 0.47% | - |
| HSV(B) | 323.55º | 0.94% | 0.89% | - |
| XYZ | 36.78 | 18.6 | 27.64 | - |
| YUV | 91.81 | 156.9 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 143 | 0 | 0.94 | 0.37 | 0.11 | 323.55 | 0.89 | 0.47 |
| Hex | E3 | D | 8F | 0 | 5E | 25 | B | 144 | 59 | 2F |
| Octal | 343 | 15 | 217 | 0 | 136 | 45 | 13 | 504 | 131 | 57 |
| Binary | 11100011 | 1101 | 10001111 | 0 | 1011110 | 100101 | 1011 | 101000100 | 1011001 | 101111 |
Color Harmonies of #E30D8F
Complementary color
Monochromatic Colors of #E30D8F
Black with #E30D8F
Text Example
Text Example
White with #E30D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D8F; }
p { color: rgb(227,13,143); }
H1.HeaderClassName
{
color: #E30D8F;
}
.AnyTagClassName
{
color: #E30D8F;
}
</style>
background-color css
<style>
a { background-color: #E30D8F; }
a { background-color: rgb(227,13,143); }
div.DivClassName
{
background-color: #E30D8F;
}
.BgClassName
{
background-color: #E30D8F;
}
</style>
border-color css
<style>
span { border-color: #E30D8F; }
span { border-color: rgb(227,13,143); }
td.TdClassName
{
border-color: #E30D8F;
}
.TagClassName
{
border-color: #E30D8F;
}
</style>