Shades of Cerise #EB2A68
Tints of Cerise #EB2A68
RGB
CMYK
RGB Variations
Color information
#EB2A68 (or 0xEB2A68) is known color: Cerise. HEX triplet: EB, 2A and 68. RGB value is (235,42,104). Sum of RGB (Red+Green+Blue) = 235+42+104=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A68 is #14D597. Grayscale: #6A6A6A. Windows color (decimal): -1365400 or 6826731. OLE color: 6826731.
HSL color Cylindrical-coordinate representation of color #EB2A68: hue angle of 340.73º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A68 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 104 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.08 |
| HSL | 340.73º | 0.83% | 0.54% | - |
| HSV(B) | 340.73º | 0.82% | 0.92% | - |
| XYZ | 37.59 | 20.32 | 15.04 | - |
| YUV | 106.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 104 | 0 | 0.82 | 0.56 | 0.08 | 340.73 | 0.83 | 0.54 |
| Hex | EB | 2A | 68 | 0 | 52 | 38 | 8 | 155 | 53 | 36 |
| Octal | 353 | 52 | 150 | 0 | 122 | 70 | 10 | 525 | 123 | 66 |
| Binary | 11101011 | 101010 | 1101000 | 0 | 1010010 | 111000 | 1000 | 101010101 | 1010011 | 110110 |
Color Harmonies of #EB2A68
Complementary color
Monochromatic Colors of #EB2A68
Black with #EB2A68
Text Example
Text Example
White with #EB2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A68; }
p { color: rgb(235,42,104); }
H1.HeaderClassName
{
color: #EB2A68;
}
.AnyTagClassName
{
color: #EB2A68;
}
</style>
background-color css
<style>
a { background-color: #EB2A68; }
a { background-color: rgb(235,42,104); }
div.DivClassName
{
background-color: #EB2A68;
}
.BgClassName
{
background-color: #EB2A68;
}
</style>
border-color css
<style>
span { border-color: #EB2A68; }
span { border-color: rgb(235,42,104); }
td.TdClassName
{
border-color: #EB2A68;
}
.TagClassName
{
border-color: #EB2A68;
}
</style>