Shades of Hollywood Cerise #E005B3
Tints of Hollywood Cerise #E005B3
RGB
CMYK
RGB Variations
Color information
#E005B3 (or 0xE005B3) is known color: Hollywood Cerise. HEX triplet: E0, 05 and B3. RGB value is (224,5,179). Sum of RGB (Red+Green+Blue) = 224+5+179=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E005B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005B3 is #1FFA4C. Grayscale: #595959. Windows color (decimal): -2095693 or 11732448. OLE color: 11732448.
HSL color Cylindrical-coordinate representation of color #E005B3: hue angle of 312.33º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005B3 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.12 |
| HSL | 312.33º | 0.96% | 0.45% | - |
| HSV(B) | 312.33º | 0.98% | 0.88% | - |
| XYZ | 38.93 | 19.21 | 44.3 | - |
| YUV | 90.32 | 178.05 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 179 | 0 | 0.98 | 0.20 | 0.12 | 312.33 | 0.96 | 0.45 |
| Hex | E0 | 5 | B3 | 0 | 62 | 14 | C | 138 | 60 | 2D |
| Octal | 340 | 5 | 263 | 0 | 142 | 24 | 14 | 470 | 140 | 55 |
| Binary | 11100000 | 101 | 10110011 | 0 | 1100010 | 10100 | 1100 | 100111000 | 1100000 | 101101 |
Color Harmonies of #E005B3
Complementary color
Monochromatic Colors of #E005B3
Black with #E005B3
Text Example
Text Example
White with #E005B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005B3; }
p { color: rgb(224,5,179); }
H1.HeaderClassName
{
color: #E005B3;
}
.AnyTagClassName
{
color: #E005B3;
}
</style>
background-color css
<style>
a { background-color: #E005B3; }
a { background-color: rgb(224,5,179); }
div.DivClassName
{
background-color: #E005B3;
}
.BgClassName
{
background-color: #E005B3;
}
</style>
border-color css
<style>
span { border-color: #E005B3; }
span { border-color: rgb(224,5,179); }
td.TdClassName
{
border-color: #E005B3;
}
.TagClassName
{
border-color: #E005B3;
}
</style>