Shades of Deep Cerise #EB287D
Tints of Deep Cerise #EB287D
RGB
CMYK
RGB Variations
Color information
#EB287D (or 0xEB287D) is known color: Deep Cerise. HEX triplet: EB, 28 and 7D. RGB value is (235,40,125). Sum of RGB (Red+Green+Blue) = 235+40+125=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB287D is #14D782. Grayscale: #6B6B6B. Windows color (decimal): -1365891 or 8202475. OLE color: 8202475.
HSL color Cylindrical-coordinate representation of color #EB287D: hue angle of 333.85º 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 #EB287D is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 125 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.08 |
| HSL | 333.85º | 0.83% | 0.54% | - |
| HSV(B) | 333.85º | 0.83% | 0.92% | - |
| XYZ | 38.72 | 20.66 | 21.35 | - |
| YUV | 108 | 137.6 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 125 | 0 | 0.83 | 0.47 | 0.08 | 333.85 | 0.83 | 0.54 |
| Hex | EB | 28 | 7D | 0 | 53 | 2F | 8 | 14E | 53 | 36 |
| Octal | 353 | 50 | 175 | 0 | 123 | 57 | 10 | 516 | 123 | 66 |
| Binary | 11101011 | 101000 | 1111101 | 0 | 1010011 | 101111 | 1000 | 101001110 | 1010011 | 110110 |
Color Harmonies of #EB287D
Complementary color
Monochromatic Colors of #EB287D
Black with #EB287D
Text Example
Text Example
White with #EB287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB287D; }
p { color: rgb(235,40,125); }
H1.HeaderClassName
{
color: #EB287D;
}
.AnyTagClassName
{
color: #EB287D;
}
</style>
background-color css
<style>
a { background-color: #EB287D; }
a { background-color: rgb(235,40,125); }
div.DivClassName
{
background-color: #EB287D;
}
.BgClassName
{
background-color: #EB287D;
}
</style>
border-color css
<style>
span { border-color: #EB287D; }
span { border-color: rgb(235,40,125); }
td.TdClassName
{
border-color: #EB287D;
}
.TagClassName
{
border-color: #EB287D;
}
</style>