Shades of Cerise #EF256A
Tints of Cerise #EF256A
RGB
CMYK
RGB Variations
Color information
#EF256A (or 0xEF256A) is known color: Cerise. HEX triplet: EF, 25 and 6A. RGB value is (239,37,106). Sum of RGB (Red+Green+Blue) = 239+37+106=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF256A is #10DA95. Grayscale: #696969. Windows color (decimal): -1104534 or 6956527. OLE color: 6956527.
HSL color Cylindrical-coordinate representation of color #EF256A: hue angle of 339.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF256A is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 106 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.06 |
| HSL | 339.5º | 0.86% | 0.54% | - |
| HSV(B) | 339.5º | 0.85% | 0.94% | - |
| XYZ | 38.86 | 20.71 | 15.59 | - |
| YUV | 105.26 | 128.42 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 106 | 0 | 0.85 | 0.56 | 0.06 | 339.5 | 0.86 | 0.54 |
| Hex | EF | 25 | 6A | 0 | 55 | 38 | 6 | 154 | 56 | 36 |
| Octal | 357 | 45 | 152 | 0 | 125 | 70 | 6 | 524 | 126 | 66 |
| Binary | 11101111 | 100101 | 1101010 | 0 | 1010101 | 111000 | 110 | 101010100 | 1010110 | 110110 |
Color Harmonies of #EF256A
Complementary color
Monochromatic Colors of #EF256A
Black with #EF256A
Text Example
Text Example
White with #EF256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF256A; }
p { color: rgb(239,37,106); }
H1.HeaderClassName
{
color: #EF256A;
}
.AnyTagClassName
{
color: #EF256A;
}
</style>
background-color css
<style>
a { background-color: #EF256A; }
a { background-color: rgb(239,37,106); }
div.DivClassName
{
background-color: #EF256A;
}
.BgClassName
{
background-color: #EF256A;
}
</style>
border-color css
<style>
span { border-color: #EF256A; }
span { border-color: rgb(239,37,106); }
td.TdClassName
{
border-color: #EF256A;
}
.TagClassName
{
border-color: #EF256A;
}
</style>