Shades of Deep Cerise #EB298C
Tints of Deep Cerise #EB298C
RGB
CMYK
RGB Variations
Color information
#EB298C (or 0xEB298C) is known color: Deep Cerise. HEX triplet: EB, 29 and 8C. RGB value is (235,41,140). Sum of RGB (Red+Green+Blue) = 235+41+140=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB298C is #14D673. Grayscale: #6E6E6E. Windows color (decimal): -1365620 or 9185771. OLE color: 9185771.
HSL color Cylindrical-coordinate representation of color #EB298C: hue angle of 329.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB298C is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 140 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.08 |
| HSL | 329.38º | 0.83% | 0.54% | - |
| HSV(B) | 329.38º | 0.83% | 0.92% | - |
| XYZ | 39.79 | 21.14 | 26.79 | - |
| YUV | 110.29 | 144.77 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 140 | 0 | 0.83 | 0.40 | 0.08 | 329.38 | 0.83 | 0.54 |
| Hex | EB | 29 | 8C | 0 | 53 | 28 | 8 | 149 | 53 | 36 |
| Octal | 353 | 51 | 214 | 0 | 123 | 50 | 10 | 511 | 123 | 66 |
| Binary | 11101011 | 101001 | 10001100 | 0 | 1010011 | 101000 | 1000 | 101001001 | 1010011 | 110110 |
Color Harmonies of #EB298C
Complementary color
Monochromatic Colors of #EB298C
Black with #EB298C
Text Example
Text Example
White with #EB298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB298C; }
p { color: rgb(235,41,140); }
H1.HeaderClassName
{
color: #EB298C;
}
.AnyTagClassName
{
color: #EB298C;
}
</style>
background-color css
<style>
a { background-color: #EB298C; }
a { background-color: rgb(235,41,140); }
div.DivClassName
{
background-color: #EB298C;
}
.BgClassName
{
background-color: #EB298C;
}
</style>
border-color css
<style>
span { border-color: #EB298C; }
span { border-color: rgb(235,41,140); }
td.TdClassName
{
border-color: #EB298C;
}
.TagClassName
{
border-color: #EB298C;
}
</style>