Shades of Hollywood Cerise #E900B3
Tints of Hollywood Cerise #E900B3
RGB
CMYK
RGB Variations
Color information
#E900B3 (or 0xE900B3) is known color: Hollywood Cerise. HEX triplet: E9, 00 and B3. RGB value is (233,0,179). Sum of RGB (Red+Green+Blue) = 233+0+179=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E900B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900B3 is #16FF4C. Grayscale: #595959. Windows color (decimal): -1507149 or 11731177. OLE color: 11731177.
HSL color Cylindrical-coordinate representation of color #E900B3: hue angle of 313.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900B3 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.23 | 0.09 |
| HSL | 313.91º | 1% | 0.46% | - |
| HSV(B) | 313.91º | 1% | 0.91% | - |
| XYZ | 41.74 | 20.58 | 44.42 | - |
| YUV | 90.07 | 178.19 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 179 | 0 | 1 | 0.23 | 0.09 | 313.91 | 1 | 0.46 |
| Hex | E9 | 0 | B3 | 0 | 64 | 17 | 9 | 13A | 64 | 2E |
| Octal | 351 | 0 | 263 | 0 | 144 | 27 | 11 | 472 | 144 | 56 |
| Binary | 11101001 | 0 | 10110011 | 0 | 1100100 | 10111 | 1001 | 100111010 | 1100100 | 101110 |
Color Harmonies of #E900B3
Complementary color
Monochromatic Colors of #E900B3
Black with #E900B3
Text Example
Text Example
White with #E900B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900B3; }
p { color: rgb(233,0,179); }
H1.HeaderClassName
{
color: #E900B3;
}
.AnyTagClassName
{
color: #E900B3;
}
</style>
background-color css
<style>
a { background-color: #E900B3; }
a { background-color: rgb(233,0,179); }
div.DivClassName
{
background-color: #E900B3;
}
.BgClassName
{
background-color: #E900B3;
}
</style>
border-color css
<style>
span { border-color: #E900B3; }
span { border-color: rgb(233,0,179); }
td.TdClassName
{
border-color: #E900B3;
}
.TagClassName
{
border-color: #E900B3;
}
</style>