Shades of Deep Cerise #EB2F8C
Tints of Deep Cerise #EB2F8C
RGB
CMYK
RGB Variations
Color information
#EB2F8C (or 0xEB2F8C) is known color: Deep Cerise. HEX triplet: EB, 2F and 8C. RGB value is (235,47,140). Sum of RGB (Red+Green+Blue) = 235+47+140=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2F8C is #14D073. Grayscale: #717171. Windows color (decimal): -1364084 or 9187307. OLE color: 9187307.
HSL color Cylindrical-coordinate representation of color #EB2F8C: hue angle of 330.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2F8C is Cyan = 0, Magento = 0.8, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 47 | 140 | - |
| CMYK | 0 | 0.8 | 0.40 | 0.08 |
| HSL | 330.32º | 0.82% | 0.55% | - |
| HSV(B) | 330.32º | 0.8% | 0.92% | - |
| XYZ | 40.01 | 21.59 | 26.87 | - |
| YUV | 113.81 | 142.78 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 47 | 140 | 0 | 0.8 | 0.40 | 0.08 | 330.32 | 0.82 | 0.55 |
| Hex | EB | 2F | 8C | 0 | 50 | 28 | 8 | 14A | 52 | 37 |
| Octal | 353 | 57 | 214 | 0 | 120 | 50 | 10 | 512 | 122 | 67 |
| Binary | 11101011 | 101111 | 10001100 | 0 | 1010000 | 101000 | 1000 | 101001010 | 1010010 | 110111 |
Color Harmonies of #EB2F8C
Complementary color
Monochromatic Colors of #EB2F8C
Black with #EB2F8C
Text Example
Text Example
White with #EB2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2F8C; }
p { color: rgb(235,47,140); }
H1.HeaderClassName
{
color: #EB2F8C;
}
.AnyTagClassName
{
color: #EB2F8C;
}
</style>
background-color css
<style>
a { background-color: #EB2F8C; }
a { background-color: rgb(235,47,140); }
div.DivClassName
{
background-color: #EB2F8C;
}
.BgClassName
{
background-color: #EB2F8C;
}
</style>
border-color css
<style>
span { border-color: #EB2F8C; }
span { border-color: rgb(235,47,140); }
td.TdClassName
{
border-color: #EB2F8C;
}
.TagClassName
{
border-color: #EB2F8C;
}
</style>