Shades of Cerise #EF326F
Tints of Cerise #EF326F
RGB
CMYK
RGB Variations
Color information
#EF326F (or 0xEF326F) is known color: Cerise. HEX triplet: EF, 32 and 6F. RGB value is (239,50,111). Sum of RGB (Red+Green+Blue) = 239+50+111=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF326F is #10CD90. Grayscale: #717171. Windows color (decimal): -1101201 or 7287535. OLE color: 7287535.
HSL color Cylindrical-coordinate representation of color #EF326F: hue angle of 340.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF326F is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 111 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.06 |
| HSL | 340.63º | 0.86% | 0.57% | - |
| HSV(B) | 340.63º | 0.79% | 0.94% | - |
| XYZ | 39.61 | 21.78 | 17.16 | - |
| YUV | 113.47 | 126.62 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 111 | 0 | 0.79 | 0.54 | 0.06 | 340.63 | 0.86 | 0.57 |
| Hex | EF | 32 | 6F | 0 | 4F | 36 | 6 | 155 | 56 | 39 |
| Octal | 357 | 62 | 157 | 0 | 117 | 66 | 6 | 525 | 126 | 71 |
| Binary | 11101111 | 110010 | 1101111 | 0 | 1001111 | 110110 | 110 | 101010101 | 1010110 | 111001 |
Color Harmonies of #EF326F
Complementary color
Monochromatic Colors of #EF326F
Black with #EF326F
Text Example
Text Example
White with #EF326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF326F; }
p { color: rgb(239,50,111); }
H1.HeaderClassName
{
color: #EF326F;
}
.AnyTagClassName
{
color: #EF326F;
}
</style>
background-color css
<style>
a { background-color: #EF326F; }
a { background-color: rgb(239,50,111); }
div.DivClassName
{
background-color: #EF326F;
}
.BgClassName
{
background-color: #EF326F;
}
</style>
border-color css
<style>
span { border-color: #EF326F; }
span { border-color: rgb(239,50,111); }
td.TdClassName
{
border-color: #EF326F;
}
.TagClassName
{
border-color: #EF326F;
}
</style>