Shades of Hollywood Cerise #E203B5
Tints of Hollywood Cerise #E203B5
RGB
CMYK
RGB Variations
Color information
#E203B5 (or 0xE203B5) is known color: Hollywood Cerise. HEX triplet: E2, 03 and B5. RGB value is (226,3,181). Sum of RGB (Red+Green+Blue) = 226+3+181=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E203B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203B5 is #1DFC4A. Grayscale: #595959. Windows color (decimal): -1965131 or 11863010. OLE color: 11863010.
HSL color Cylindrical-coordinate representation of color #E203B5: hue angle of 312.11º 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 #E203B5 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.11 |
| HSL | 312.11º | 0.97% | 0.45% | - |
| HSV(B) | 312.11º | 0.99% | 0.89% | - |
| XYZ | 39.74 | 19.57 | 45.4 | - |
| YUV | 89.97 | 179.38 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 181 | 0 | 0.99 | 0.20 | 0.11 | 312.11 | 0.97 | 0.45 |
| Hex | E2 | 3 | B5 | 0 | 63 | 14 | B | 138 | 61 | 2D |
| Octal | 342 | 3 | 265 | 0 | 143 | 24 | 13 | 470 | 141 | 55 |
| Binary | 11100010 | 11 | 10110101 | 0 | 1100011 | 10100 | 1011 | 100111000 | 1100001 | 101101 |
Color Harmonies of #E203B5
Complementary color
Monochromatic Colors of #E203B5
Black with #E203B5
Text Example
Text Example
White with #E203B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203B5; }
p { color: rgb(226,3,181); }
H1.HeaderClassName
{
color: #E203B5;
}
.AnyTagClassName
{
color: #E203B5;
}
</style>
background-color css
<style>
a { background-color: #E203B5; }
a { background-color: rgb(226,3,181); }
div.DivClassName
{
background-color: #E203B5;
}
.BgClassName
{
background-color: #E203B5;
}
</style>
border-color css
<style>
span { border-color: #E203B5; }
span { border-color: rgb(226,3,181); }
td.TdClassName
{
border-color: #E203B5;
}
.TagClassName
{
border-color: #E203B5;
}
</style>