Shades of Cerise #EB355C
Tints of Cerise #EB355C
RGB
CMYK
RGB Variations
Color information
#EB355C (or 0xEB355C) is known color: Cerise. HEX triplet: EB, 35 and 5C. RGB value is (235,53,92). Sum of RGB (Red+Green+Blue) = 235+53+92=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB355C is #14CAA3. Grayscale: #6F6F6F. Windows color (decimal): -1362596 or 6043115. OLE color: 6043115.
HSL color Cylindrical-coordinate representation of color #EB355C: hue angle of 347.14º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB355C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 53 | 92 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.08 |
| HSL | 347.14º | 0.82% | 0.56% | - |
| HSV(B) | 347.14º | 0.77% | 0.92% | - |
| XYZ | 37.47 | 20.98 | 12.2 | - |
| YUV | 111.86 | 116.8 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 53 | 92 | 0 | 0.77 | 0.61 | 0.08 | 347.14 | 0.82 | 0.56 |
| Hex | EB | 35 | 5C | 0 | 4D | 3D | 8 | 15B | 52 | 38 |
| Octal | 353 | 65 | 134 | 0 | 115 | 75 | 10 | 533 | 122 | 70 |
| Binary | 11101011 | 110101 | 1011100 | 0 | 1001101 | 111101 | 1000 | 101011011 | 1010010 | 111000 |
Color Harmonies of #EB355C
Complementary color
Monochromatic Colors of #EB355C
Black with #EB355C
Text Example
Text Example
White with #EB355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB355C; }
p { color: rgb(235,53,92); }
H1.HeaderClassName
{
color: #EB355C;
}
.AnyTagClassName
{
color: #EB355C;
}
</style>
background-color css
<style>
a { background-color: #EB355C; }
a { background-color: rgb(235,53,92); }
div.DivClassName
{
background-color: #EB355C;
}
.BgClassName
{
background-color: #EB355C;
}
</style>
border-color css
<style>
span { border-color: #EB355C; }
span { border-color: rgb(235,53,92); }
td.TdClassName
{
border-color: #EB355C;
}
.TagClassName
{
border-color: #EB355C;
}
</style>