Shades of Hollywood Cerise #E102B5
Tints of Hollywood Cerise #E102B5
RGB
CMYK
RGB Variations
Color information
#E102B5 (or 0xE102B5) is known color: Hollywood Cerise. HEX triplet: E1, 02 and B5. RGB value is (225,2,181). Sum of RGB (Red+Green+Blue) = 225+2+181=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E102B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102B5 is #1EFD4A. Grayscale: #585858. Windows color (decimal): -2030923 or 11862753. OLE color: 11862753.
HSL color Cylindrical-coordinate representation of color #E102B5: hue angle of 311.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102B5 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.12 |
| HSL | 311.84º | 0.98% | 0.45% | - |
| HSV(B) | 311.84º | 0.99% | 0.88% | - |
| XYZ | 39.41 | 19.39 | 45.38 | - |
| YUV | 89.08 | 179.88 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 181 | 0 | 0.99 | 0.20 | 0.12 | 311.84 | 0.98 | 0.45 |
| Hex | E1 | 2 | B5 | 0 | 63 | 14 | C | 138 | 62 | 2D |
| Octal | 341 | 2 | 265 | 0 | 143 | 24 | 14 | 470 | 142 | 55 |
| Binary | 11100001 | 10 | 10110101 | 0 | 1100011 | 10100 | 1100 | 100111000 | 1100010 | 101101 |
Color Harmonies of #E102B5
Complementary color
Monochromatic Colors of #E102B5
Black with #E102B5
Text Example
Text Example
White with #E102B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102B5; }
p { color: rgb(225,2,181); }
H1.HeaderClassName
{
color: #E102B5;
}
.AnyTagClassName
{
color: #E102B5;
}
</style>
background-color css
<style>
a { background-color: #E102B5; }
a { background-color: rgb(225,2,181); }
div.DivClassName
{
background-color: #E102B5;
}
.BgClassName
{
background-color: #E102B5;
}
</style>
border-color css
<style>
span { border-color: #E102B5; }
span { border-color: rgb(225,2,181); }
td.TdClassName
{
border-color: #E102B5;
}
.TagClassName
{
border-color: #E102B5;
}
</style>