Shades of Deep Cerise #EB2283
Tints of Deep Cerise #EB2283
RGB
CMYK
RGB Variations
Color information
#EB2283 (or 0xEB2283) is known color: Deep Cerise. HEX triplet: EB, 22 and 83. RGB value is (235,34,131). Sum of RGB (Red+Green+Blue) = 235+34+131=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2283 is #14DD7C. Grayscale: #686868. Windows color (decimal): -1367421 or 8594155. OLE color: 8594155.
HSL color Cylindrical-coordinate representation of color #EB2283: hue angle of 331.04º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2283 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 131 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.08 |
| HSL | 331.04º | 0.83% | 0.53% | - |
| HSV(B) | 331.04º | 0.86% | 0.92% | - |
| XYZ | 38.93 | 20.44 | 23.37 | - |
| YUV | 105.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 131 | 0 | 0.86 | 0.44 | 0.08 | 331.04 | 0.83 | 0.53 |
| Hex | EB | 22 | 83 | 0 | 56 | 2C | 8 | 14B | 53 | 35 |
| Octal | 353 | 42 | 203 | 0 | 126 | 54 | 10 | 513 | 123 | 65 |
| Binary | 11101011 | 100010 | 10000011 | 0 | 1010110 | 101100 | 1000 | 101001011 | 1010011 | 110101 |
Color Harmonies of #EB2283
Complementary color
Monochromatic Colors of #EB2283
Black with #EB2283
Text Example
Text Example
White with #EB2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2283; }
p { color: rgb(235,34,131); }
H1.HeaderClassName
{
color: #EB2283;
}
.AnyTagClassName
{
color: #EB2283;
}
</style>
background-color css
<style>
a { background-color: #EB2283; }
a { background-color: rgb(235,34,131); }
div.DivClassName
{
background-color: #EB2283;
}
.BgClassName
{
background-color: #EB2283;
}
</style>
border-color css
<style>
span { border-color: #EB2283; }
span { border-color: rgb(235,34,131); }
td.TdClassName
{
border-color: #EB2283;
}
.TagClassName
{
border-color: #EB2283;
}
</style>