Shades of Deep Cerise #EB2679
Tints of Deep Cerise #EB2679
RGB
CMYK
RGB Variations
Color information
#EB2679 (or 0xEB2679) is known color: Deep Cerise. HEX triplet: EB, 26 and 79. RGB value is (235,38,121). Sum of RGB (Red+Green+Blue) = 235+38+121=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2679 is #14D986. Grayscale: #6A6A6A. Windows color (decimal): -1366407 or 7939819. OLE color: 7939819.
HSL color Cylindrical-coordinate representation of color #EB2679: hue angle of 334.72º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2679 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 121 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.08 |
| HSL | 334.72º | 0.83% | 0.54% | - |
| HSV(B) | 334.72º | 0.84% | 0.92% | - |
| XYZ | 38.41 | 20.43 | 20.01 | - |
| YUV | 106.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 121 | 0 | 0.84 | 0.49 | 0.08 | 334.72 | 0.83 | 0.54 |
| Hex | EB | 26 | 79 | 0 | 54 | 31 | 8 | 14F | 53 | 36 |
| Octal | 353 | 46 | 171 | 0 | 124 | 61 | 10 | 517 | 123 | 66 |
| Binary | 11101011 | 100110 | 1111001 | 0 | 1010100 | 110001 | 1000 | 101001111 | 1010011 | 110110 |
Color Harmonies of #EB2679
Complementary color
Monochromatic Colors of #EB2679
Black with #EB2679
Text Example
Text Example
White with #EB2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2679; }
p { color: rgb(235,38,121); }
H1.HeaderClassName
{
color: #EB2679;
}
.AnyTagClassName
{
color: #EB2679;
}
</style>
background-color css
<style>
a { background-color: #EB2679; }
a { background-color: rgb(235,38,121); }
div.DivClassName
{
background-color: #EB2679;
}
.BgClassName
{
background-color: #EB2679;
}
</style>
border-color css
<style>
span { border-color: #EB2679; }
span { border-color: rgb(235,38,121); }
td.TdClassName
{
border-color: #EB2679;
}
.TagClassName
{
border-color: #EB2679;
}
</style>