Shades of Deep Cerise #EB228C
Tints of Deep Cerise #EB228C
RGB
CMYK
RGB Variations
Color information
#EB228C (or 0xEB228C) is known color: Deep Cerise. HEX triplet: EB, 22 and 8C. RGB value is (235,34,140). Sum of RGB (Red+Green+Blue) = 235+34+140=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB228C is #14DD73. Grayscale: #696969. Windows color (decimal): -1367412 or 9183979. OLE color: 9183979.
HSL color Cylindrical-coordinate representation of color #EB228C: hue angle of 328.36º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB228C is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 140 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.08 |
| HSL | 328.36º | 0.83% | 0.53% | - |
| HSV(B) | 328.36º | 0.86% | 0.92% | - |
| XYZ | 39.57 | 20.7 | 26.72 | - |
| YUV | 106.18 | 147.09 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 140 | 0 | 0.86 | 0.40 | 0.08 | 328.36 | 0.83 | 0.53 |
| Hex | EB | 22 | 8C | 0 | 56 | 28 | 8 | 148 | 53 | 35 |
| Octal | 353 | 42 | 214 | 0 | 126 | 50 | 10 | 510 | 123 | 65 |
| Binary | 11101011 | 100010 | 10001100 | 0 | 1010110 | 101000 | 1000 | 101001000 | 1010011 | 110101 |
Color Harmonies of #EB228C
Complementary color
Monochromatic Colors of #EB228C
Black with #EB228C
Text Example
Text Example
White with #EB228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB228C; }
p { color: rgb(235,34,140); }
H1.HeaderClassName
{
color: #EB228C;
}
.AnyTagClassName
{
color: #EB228C;
}
</style>
background-color css
<style>
a { background-color: #EB228C; }
a { background-color: rgb(235,34,140); }
div.DivClassName
{
background-color: #EB228C;
}
.BgClassName
{
background-color: #EB228C;
}
</style>
border-color css
<style>
span { border-color: #EB228C; }
span { border-color: rgb(235,34,140); }
td.TdClassName
{
border-color: #EB228C;
}
.TagClassName
{
border-color: #EB228C;
}
</style>