Shades of Cerise #EF3063
Tints of Cerise #EF3063
RGB
CMYK
RGB Variations
Color information
#EF3063 (or 0xEF3063) is known color: Cerise. HEX triplet: EF, 30 and 63. RGB value is (239,48,99). Sum of RGB (Red+Green+Blue) = 239+48+99=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3063 is #10CF9C. Grayscale: #6E6E6E. Windows color (decimal): -1101725 or 6500591. OLE color: 6500591.
HSL color Cylindrical-coordinate representation of color #EF3063: hue angle of 343.98º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF3063 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 99 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.06 |
| HSL | 343.98º | 0.86% | 0.56% | - |
| HSV(B) | 343.98º | 0.8% | 0.94% | - |
| XYZ | 38.91 | 21.37 | 13.88 | - |
| YUV | 110.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 99 | 0 | 0.80 | 0.59 | 0.06 | 343.98 | 0.86 | 0.56 |
| Hex | EF | 30 | 63 | 0 | 50 | 3B | 6 | 158 | 56 | 38 |
| Octal | 357 | 60 | 143 | 0 | 120 | 73 | 6 | 530 | 126 | 70 |
| Binary | 11101111 | 110000 | 1100011 | 0 | 1010000 | 111011 | 110 | 101011000 | 1010110 | 111000 |
Color Harmonies of #EF3063
Complementary color
Monochromatic Colors of #EF3063
Black with #EF3063
Text Example
Text Example
White with #EF3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3063; }
p { color: rgb(239,48,99); }
H1.HeaderClassName
{
color: #EF3063;
}
.AnyTagClassName
{
color: #EF3063;
}
</style>
background-color css
<style>
a { background-color: #EF3063; }
a { background-color: rgb(239,48,99); }
div.DivClassName
{
background-color: #EF3063;
}
.BgClassName
{
background-color: #EF3063;
}
</style>
border-color css
<style>
span { border-color: #EF3063; }
span { border-color: rgb(239,48,99); }
td.TdClassName
{
border-color: #EF3063;
}
.TagClassName
{
border-color: #EF3063;
}
</style>