Shades of Deep Cerise #EB2783
Tints of Deep Cerise #EB2783
RGB
CMYK
RGB Variations
Color information
#EB2783 (or 0xEB2783) is known color: Deep Cerise. HEX triplet: EB, 27 and 83. RGB value is (235,39,131). Sum of RGB (Red+Green+Blue) = 235+39+131=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2783 is #14D87C. Grayscale: #6B6B6B. Windows color (decimal): -1366141 or 8595435. OLE color: 8595435.
HSL color Cylindrical-coordinate representation of color #EB2783: hue angle of 331.84º 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 #EB2783 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 131 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.08 |
| HSL | 331.84º | 0.83% | 0.54% | - |
| HSV(B) | 331.84º | 0.83% | 0.92% | - |
| XYZ | 39.08 | 20.75 | 23.42 | - |
| YUV | 108.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 131 | 0 | 0.83 | 0.44 | 0.08 | 331.84 | 0.83 | 0.54 |
| Hex | EB | 27 | 83 | 0 | 53 | 2C | 8 | 14C | 53 | 36 |
| Octal | 353 | 47 | 203 | 0 | 123 | 54 | 10 | 514 | 123 | 66 |
| Binary | 11101011 | 100111 | 10000011 | 0 | 1010011 | 101100 | 1000 | 101001100 | 1010011 | 110110 |
Color Harmonies of #EB2783
Complementary color
Monochromatic Colors of #EB2783
Black with #EB2783
Text Example
Text Example
White with #EB2783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2783; }
p { color: rgb(235,39,131); }
H1.HeaderClassName
{
color: #EB2783;
}
.AnyTagClassName
{
color: #EB2783;
}
</style>
background-color css
<style>
a { background-color: #EB2783; }
a { background-color: rgb(235,39,131); }
div.DivClassName
{
background-color: #EB2783;
}
.BgClassName
{
background-color: #EB2783;
}
</style>
border-color css
<style>
span { border-color: #EB2783; }
span { border-color: rgb(235,39,131); }
td.TdClassName
{
border-color: #EB2783;
}
.TagClassName
{
border-color: #EB2783;
}
</style>