Shades of Deep Cerise #EA2985
Tints of Deep Cerise #EA2985
RGB
CMYK
RGB Variations
Color information
#EA2985 (or 0xEA2985) is known color: Deep Cerise. HEX triplet: EA, 29 and 85. RGB value is (234,41,133). Sum of RGB (Red+Green+Blue) = 234+41+133=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2985 is #15D67A. Grayscale: #6D6D6D. Windows color (decimal): -1431163 or 8727018. OLE color: 8727018.
HSL color Cylindrical-coordinate representation of color #EA2985: hue angle of 331.4º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2985 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 133 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.08 |
| HSL | 331.4º | 0.82% | 0.54% | - |
| HSV(B) | 331.4º | 0.82% | 0.92% | - |
| XYZ | 38.96 | 20.77 | 24.15 | - |
| YUV | 109.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 133 | 0 | 0.82 | 0.43 | 0.08 | 331.4 | 0.82 | 0.54 |
| Hex | EA | 29 | 85 | 0 | 52 | 2B | 8 | 14B | 52 | 36 |
| Octal | 352 | 51 | 205 | 0 | 122 | 53 | 10 | 513 | 122 | 66 |
| Binary | 11101010 | 101001 | 10000101 | 0 | 1010010 | 101011 | 1000 | 101001011 | 1010010 | 110110 |
Color Harmonies of #EA2985
Complementary color
Monochromatic Colors of #EA2985
Black with #EA2985
Text Example
Text Example
White with #EA2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2985; }
p { color: rgb(234,41,133); }
H1.HeaderClassName
{
color: #EA2985;
}
.AnyTagClassName
{
color: #EA2985;
}
</style>
background-color css
<style>
a { background-color: #EA2985; }
a { background-color: rgb(234,41,133); }
div.DivClassName
{
background-color: #EA2985;
}
.BgClassName
{
background-color: #EA2985;
}
</style>
border-color css
<style>
span { border-color: #EA2985; }
span { border-color: rgb(234,41,133); }
td.TdClassName
{
border-color: #EA2985;
}
.TagClassName
{
border-color: #EA2985;
}
</style>