Shades of Hollywood Cerise #EE03B4
Tints of Hollywood Cerise #EE03B4
RGB
CMYK
RGB Variations
Color information
#EE03B4 (or 0xEE03B4) is known color: Hollywood Cerise. HEX triplet: EE, 03 and B4. RGB value is (238,3,180). Sum of RGB (Red+Green+Blue) = 238+3+180=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03B4 is #11FC4B. Grayscale: #5C5C5C. Windows color (decimal): -1178700 or 11797486. OLE color: 11797486.
HSL color Cylindrical-coordinate representation of color #EE03B4: hue angle of 314.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03B4 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 180 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.07 |
| HSL | 314.81º | 0.98% | 0.47% | - |
| HSV(B) | 314.81º | 0.99% | 0.93% | - |
| XYZ | 43.53 | 21.54 | 45.04 | - |
| YUV | 93.44 | 176.86 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 180 | 0 | 0.99 | 0.24 | 0.07 | 314.81 | 0.98 | 0.47 |
| Hex | EE | 3 | B4 | 0 | 63 | 18 | 7 | 13B | 62 | 2F |
| Octal | 356 | 3 | 264 | 0 | 143 | 30 | 7 | 473 | 142 | 57 |
| Binary | 11101110 | 11 | 10110100 | 0 | 1100011 | 11000 | 111 | 100111011 | 1100010 | 101111 |
Color Harmonies of #EE03B4
Complementary color
Monochromatic Colors of #EE03B4
Black with #EE03B4
Text Example
Text Example
White with #EE03B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03B4; }
p { color: rgb(238,3,180); }
H1.HeaderClassName
{
color: #EE03B4;
}
.AnyTagClassName
{
color: #EE03B4;
}
</style>
background-color css
<style>
a { background-color: #EE03B4; }
a { background-color: rgb(238,3,180); }
div.DivClassName
{
background-color: #EE03B4;
}
.BgClassName
{
background-color: #EE03B4;
}
</style>
border-color css
<style>
span { border-color: #EE03B4; }
span { border-color: rgb(238,3,180); }
td.TdClassName
{
border-color: #EE03B4;
}
.TagClassName
{
border-color: #EE03B4;
}
</style>