Shades of Deep Cerise #EB298F
Tints of Deep Cerise #EB298F
RGB
CMYK
RGB Variations
Color information
#EB298F (or 0xEB298F) is known color: Deep Cerise. HEX triplet: EB, 29 and 8F. RGB value is (235,41,143). Sum of RGB (Red+Green+Blue) = 235+41+143=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB298F is #14D670. Grayscale: #6E6E6E. Windows color (decimal): -1365617 or 9382379. OLE color: 9382379.
HSL color Cylindrical-coordinate representation of color #EB298F: hue angle of 328.45º 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 #EB298F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 143 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.08 |
| HSL | 328.45º | 0.83% | 0.54% | - |
| HSV(B) | 328.45º | 0.83% | 0.92% | - |
| XYZ | 40.01 | 21.23 | 27.98 | - |
| YUV | 110.63 | 146.27 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 143 | 0 | 0.83 | 0.39 | 0.08 | 328.45 | 0.83 | 0.54 |
| Hex | EB | 29 | 8F | 0 | 53 | 27 | 8 | 148 | 53 | 36 |
| Octal | 353 | 51 | 217 | 0 | 123 | 47 | 10 | 510 | 123 | 66 |
| Binary | 11101011 | 101001 | 10001111 | 0 | 1010011 | 100111 | 1000 | 101001000 | 1010011 | 110110 |
Color Harmonies of #EB298F
Complementary color
Monochromatic Colors of #EB298F
Black with #EB298F
Text Example
Text Example
White with #EB298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB298F; }
p { color: rgb(235,41,143); }
H1.HeaderClassName
{
color: #EB298F;
}
.AnyTagClassName
{
color: #EB298F;
}
</style>
background-color css
<style>
a { background-color: #EB298F; }
a { background-color: rgb(235,41,143); }
div.DivClassName
{
background-color: #EB298F;
}
.BgClassName
{
background-color: #EB298F;
}
</style>
border-color css
<style>
span { border-color: #EB298F; }
span { border-color: rgb(235,41,143); }
td.TdClassName
{
border-color: #EB298F;
}
.TagClassName
{
border-color: #EB298F;
}
</style>