Shades of Deep Cerise #EA2D93
Tints of Deep Cerise #EA2D93
RGB
CMYK
RGB Variations
Color information
#EA2D93 (or 0xEA2D93) is known color: Deep Cerise. HEX triplet: EA, 2D and 93. RGB value is (234,45,147). Sum of RGB (Red+Green+Blue) = 234+45+147=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D93 is #15D26C. Grayscale: #707070. Windows color (decimal): -1430125 or 9645546. OLE color: 9645546.
HSL color Cylindrical-coordinate representation of color #EA2D93: hue angle of 327.62º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2D93 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 147 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.08 |
| HSL | 327.62º | 0.82% | 0.55% | - |
| HSV(B) | 327.62º | 0.81% | 0.92% | - |
| XYZ | 40.14 | 21.48 | 29.63 | - |
| YUV | 113.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 147 | 0 | 0.81 | 0.37 | 0.08 | 327.62 | 0.82 | 0.55 |
| Hex | EA | 2D | 93 | 0 | 51 | 25 | 8 | 148 | 52 | 37 |
| Octal | 352 | 55 | 223 | 0 | 121 | 45 | 10 | 510 | 122 | 67 |
| Binary | 11101010 | 101101 | 10010011 | 0 | 1010001 | 100101 | 1000 | 101001000 | 1010010 | 110111 |
Color Harmonies of #EA2D93
Complementary color
Monochromatic Colors of #EA2D93
Black with #EA2D93
Text Example
Text Example
White with #EA2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D93; }
p { color: rgb(234,45,147); }
H1.HeaderClassName
{
color: #EA2D93;
}
.AnyTagClassName
{
color: #EA2D93;
}
</style>
background-color css
<style>
a { background-color: #EA2D93; }
a { background-color: rgb(234,45,147); }
div.DivClassName
{
background-color: #EA2D93;
}
.BgClassName
{
background-color: #EA2D93;
}
</style>
border-color css
<style>
span { border-color: #EA2D93; }
span { border-color: rgb(234,45,147); }
td.TdClassName
{
border-color: #EA2D93;
}
.TagClassName
{
border-color: #EA2D93;
}
</style>