Shades of Cerise #EB315D
Tints of Cerise #EB315D
RGB
CMYK
RGB Variations
Color information
#EB315D (or 0xEB315D) is known color: Cerise. HEX triplet: EB, 31 and 5D. RGB value is (235,49,93). Sum of RGB (Red+Green+Blue) = 235+49+93=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB315D is #14CEA2. Grayscale: #6D6D6D. Windows color (decimal): -1363619 or 6107627. OLE color: 6107627.
HSL color Cylindrical-coordinate representation of color #EB315D: hue angle of 345.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB315D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 49 | 93 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.08 |
| HSL | 345.81º | 0.82% | 0.56% | - |
| HSV(B) | 345.81º | 0.79% | 0.92% | - |
| XYZ | 37.34 | 20.65 | 12.37 | - |
| YUV | 109.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 49 | 93 | 0 | 0.79 | 0.60 | 0.08 | 345.81 | 0.82 | 0.56 |
| Hex | EB | 31 | 5D | 0 | 4F | 3C | 8 | 15A | 52 | 38 |
| Octal | 353 | 61 | 135 | 0 | 117 | 74 | 10 | 532 | 122 | 70 |
| Binary | 11101011 | 110001 | 1011101 | 0 | 1001111 | 111100 | 1000 | 101011010 | 1010010 | 111000 |
Color Harmonies of #EB315D
Complementary color
Monochromatic Colors of #EB315D
Black with #EB315D
Text Example
Text Example
White with #EB315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB315D; }
p { color: rgb(235,49,93); }
H1.HeaderClassName
{
color: #EB315D;
}
.AnyTagClassName
{
color: #EB315D;
}
</style>
background-color css
<style>
a { background-color: #EB315D; }
a { background-color: rgb(235,49,93); }
div.DivClassName
{
background-color: #EB315D;
}
.BgClassName
{
background-color: #EB315D;
}
</style>
border-color css
<style>
span { border-color: #EB315D; }
span { border-color: rgb(235,49,93); }
td.TdClassName
{
border-color: #EB315D;
}
.TagClassName
{
border-color: #EB315D;
}
</style>