Shades of Deep Cerise #EA2283
Tints of Deep Cerise #EA2283
RGB
CMYK
RGB Variations
Color information
#EA2283 (or 0xEA2283) is known color: Deep Cerise. HEX triplet: EA, 22 and 83. RGB value is (234,34,131). Sum of RGB (Red+Green+Blue) = 234+34+131=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2283 is #15DD7C. Grayscale: #686868. Windows color (decimal): -1432957 or 8594154. OLE color: 8594154.
HSL color Cylindrical-coordinate representation of color #EA2283: hue angle of 330.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2283 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 131 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.08 |
| HSL | 330.9º | 0.83% | 0.53% | - |
| HSV(B) | 330.9º | 0.85% | 0.92% | - |
| XYZ | 38.6 | 20.28 | 23.35 | - |
| YUV | 104.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 131 | 0 | 0.85 | 0.44 | 0.08 | 330.9 | 0.83 | 0.53 |
| Hex | EA | 22 | 83 | 0 | 55 | 2C | 8 | 14B | 53 | 35 |
| Octal | 352 | 42 | 203 | 0 | 125 | 54 | 10 | 513 | 123 | 65 |
| Binary | 11101010 | 100010 | 10000011 | 0 | 1010101 | 101100 | 1000 | 101001011 | 1010011 | 110101 |
Color Harmonies of #EA2283
Complementary color
Monochromatic Colors of #EA2283
Black with #EA2283
Text Example
Text Example
White with #EA2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2283; }
p { color: rgb(234,34,131); }
H1.HeaderClassName
{
color: #EA2283;
}
.AnyTagClassName
{
color: #EA2283;
}
</style>
background-color css
<style>
a { background-color: #EA2283; }
a { background-color: rgb(234,34,131); }
div.DivClassName
{
background-color: #EA2283;
}
.BgClassName
{
background-color: #EA2283;
}
</style>
border-color css
<style>
span { border-color: #EA2283; }
span { border-color: rgb(234,34,131); }
td.TdClassName
{
border-color: #EA2283;
}
.TagClassName
{
border-color: #EA2283;
}
</style>