Shades of Deep Cerise #EA3393
Tints of Deep Cerise #EA3393
RGB
CMYK
RGB Variations
Color information
#EA3393 (or 0xEA3393) is known color: Deep Cerise. HEX triplet: EA, 33 and 93. RGB value is (234,51,147). Sum of RGB (Red+Green+Blue) = 234+51+147=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3393 is #15CC6C. Grayscale: #747474. Windows color (decimal): -1428589 or 9647082. OLE color: 9647082.
HSL color Cylindrical-coordinate representation of color #EA3393: hue angle of 328.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3393 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 147 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.08 |
| HSL | 328.52º | 0.81% | 0.56% | - |
| HSV(B) | 328.52º | 0.78% | 0.92% | - |
| XYZ | 40.38 | 21.97 | 29.72 | - |
| YUV | 116.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 147 | 0 | 0.78 | 0.37 | 0.08 | 328.52 | 0.81 | 0.56 |
| Hex | EA | 33 | 93 | 0 | 4E | 25 | 8 | 149 | 51 | 38 |
| Octal | 352 | 63 | 223 | 0 | 116 | 45 | 10 | 511 | 121 | 70 |
| Binary | 11101010 | 110011 | 10010011 | 0 | 1001110 | 100101 | 1000 | 101001001 | 1010001 | 111000 |
Color Harmonies of #EA3393
Complementary color
Monochromatic Colors of #EA3393
Black with #EA3393
Text Example
Text Example
White with #EA3393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3393; }
p { color: rgb(234,51,147); }
H1.HeaderClassName
{
color: #EA3393;
}
.AnyTagClassName
{
color: #EA3393;
}
</style>
background-color css
<style>
a { background-color: #EA3393; }
a { background-color: rgb(234,51,147); }
div.DivClassName
{
background-color: #EA3393;
}
.BgClassName
{
background-color: #EA3393;
}
</style>
border-color css
<style>
span { border-color: #EA3393; }
span { border-color: rgb(234,51,147); }
td.TdClassName
{
border-color: #EA3393;
}
.TagClassName
{
border-color: #EA3393;
}
</style>