Shades of Hollywood Cerise #EF03A6
Tints of Hollywood Cerise #EF03A6
RGB
CMYK
RGB Variations
Color information
#EF03A6 (or 0xEF03A6) is known color: Hollywood Cerise. HEX triplet: EF, 03 and A6. RGB value is (239,3,166). Sum of RGB (Red+Green+Blue) = 239+3+166=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF03A6 is #10FC59. Grayscale: #5B5B5B. Windows color (decimal): -1113178 or 10879983. OLE color: 10879983.
HSL color Cylindrical-coordinate representation of color #EF03A6: hue angle of 318.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03A6 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 166 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.06 |
| HSL | 318.56º | 0.98% | 0.47% | - |
| HSV(B) | 318.56º | 0.99% | 0.94% | - |
| XYZ | 42.51 | 21.17 | 37.92 | - |
| YUV | 92.15 | 169.69 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 166 | 0 | 0.99 | 0.31 | 0.06 | 318.56 | 0.98 | 0.47 |
| Hex | EF | 3 | A6 | 0 | 63 | 1F | 6 | 13F | 62 | 2F |
| Octal | 357 | 3 | 246 | 0 | 143 | 37 | 6 | 477 | 142 | 57 |
| Binary | 11101111 | 11 | 10100110 | 0 | 1100011 | 11111 | 110 | 100111111 | 1100010 | 101111 |
Color Harmonies of #EF03A6
Complementary color
Monochromatic Colors of #EF03A6
Black with #EF03A6
Text Example
Text Example
White with #EF03A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03A6; }
p { color: rgb(239,3,166); }
H1.HeaderClassName
{
color: #EF03A6;
}
.AnyTagClassName
{
color: #EF03A6;
}
</style>
background-color css
<style>
a { background-color: #EF03A6; }
a { background-color: rgb(239,3,166); }
div.DivClassName
{
background-color: #EF03A6;
}
.BgClassName
{
background-color: #EF03A6;
}
</style>
border-color css
<style>
span { border-color: #EF03A6; }
span { border-color: rgb(239,3,166); }
td.TdClassName
{
border-color: #EF03A6;
}
.TagClassName
{
border-color: #EF03A6;
}
</style>