Shades of Deep Cerise #EB257C
Tints of Deep Cerise #EB257C
RGB
CMYK
RGB Variations
Color information
#EB257C (or 0xEB257C) is known color: Deep Cerise. HEX triplet: EB, 25 and 7C. RGB value is (235,37,124). Sum of RGB (Red+Green+Blue) = 235+37+124=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB257C is #14DA83. Grayscale: #696969. Windows color (decimal): -1366660 or 8136171. OLE color: 8136171.
HSL color Cylindrical-coordinate representation of color #EB257C: hue angle of 333.64º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB257C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 124 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.08 |
| HSL | 333.64º | 0.83% | 0.53% | - |
| HSV(B) | 333.64º | 0.84% | 0.92% | - |
| XYZ | 38.56 | 20.44 | 20.98 | - |
| YUV | 106.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 124 | 0 | 0.84 | 0.47 | 0.08 | 333.64 | 0.83 | 0.53 |
| Hex | EB | 25 | 7C | 0 | 54 | 2F | 8 | 14E | 53 | 35 |
| Octal | 353 | 45 | 174 | 0 | 124 | 57 | 10 | 516 | 123 | 65 |
| Binary | 11101011 | 100101 | 1111100 | 0 | 1010100 | 101111 | 1000 | 101001110 | 1010011 | 110101 |
Color Harmonies of #EB257C
Complementary color
Monochromatic Colors of #EB257C
Black with #EB257C
Text Example
Text Example
White with #EB257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB257C; }
p { color: rgb(235,37,124); }
H1.HeaderClassName
{
color: #EB257C;
}
.AnyTagClassName
{
color: #EB257C;
}
</style>
background-color css
<style>
a { background-color: #EB257C; }
a { background-color: rgb(235,37,124); }
div.DivClassName
{
background-color: #EB257C;
}
.BgClassName
{
background-color: #EB257C;
}
</style>
border-color css
<style>
span { border-color: #EB257C; }
span { border-color: rgb(235,37,124); }
td.TdClassName
{
border-color: #EB257C;
}
.TagClassName
{
border-color: #EB257C;
}
</style>