Shades of Deep Cerise #EA2690
Tints of Deep Cerise #EA2690
RGB
CMYK
RGB Variations
Color information
#EA2690 (or 0xEA2690) is known color: Deep Cerise. HEX triplet: EA, 26 and 90. RGB value is (234,38,144). Sum of RGB (Red+Green+Blue) = 234+38+144=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2690 is #15D96F. Grayscale: #6C6C6C. Windows color (decimal): -1431920 or 9447146. OLE color: 9447146.
HSL color Cylindrical-coordinate representation of color #EA2690: hue angle of 327.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2690 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 144 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.08 |
| HSL | 327.55º | 0.82% | 0.53% | - |
| HSV(B) | 327.55º | 0.84% | 0.92% | - |
| XYZ | 39.66 | 20.89 | 28.33 | - |
| YUV | 108.69 | 147.93 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 144 | 0 | 0.84 | 0.38 | 0.08 | 327.55 | 0.82 | 0.53 |
| Hex | EA | 26 | 90 | 0 | 54 | 26 | 8 | 148 | 52 | 35 |
| Octal | 352 | 46 | 220 | 0 | 124 | 46 | 10 | 510 | 122 | 65 |
| Binary | 11101010 | 100110 | 10010000 | 0 | 1010100 | 100110 | 1000 | 101001000 | 1010010 | 110101 |
Color Harmonies of #EA2690
Complementary color
Monochromatic Colors of #EA2690
Black with #EA2690
Text Example
Text Example
White with #EA2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2690; }
p { color: rgb(234,38,144); }
H1.HeaderClassName
{
color: #EA2690;
}
.AnyTagClassName
{
color: #EA2690;
}
</style>
background-color css
<style>
a { background-color: #EA2690; }
a { background-color: rgb(234,38,144); }
div.DivClassName
{
background-color: #EA2690;
}
.BgClassName
{
background-color: #EA2690;
}
</style>
border-color css
<style>
span { border-color: #EA2690; }
span { border-color: rgb(234,38,144); }
td.TdClassName
{
border-color: #EA2690;
}
.TagClassName
{
border-color: #EA2690;
}
</style>