Shades of Deep Cerise #EA2285
Tints of Deep Cerise #EA2285
RGB
CMYK
RGB Variations
Color information
#EA2285 (or 0xEA2285) is known color: Deep Cerise. HEX triplet: EA, 22 and 85. RGB value is (234,34,133). Sum of RGB (Red+Green+Blue) = 234+34+133=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2285 is #15DD7A. Grayscale: #686868. Windows color (decimal): -1432955 or 8725226. OLE color: 8725226.
HSL color Cylindrical-coordinate representation of color #EA2285: hue angle of 330.3º 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 #EA2285 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 133 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.08 |
| HSL | 330.3º | 0.83% | 0.53% | - |
| HSV(B) | 330.3º | 0.85% | 0.92% | - |
| XYZ | 38.74 | 20.33 | 24.07 | - |
| YUV | 105.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 133 | 0 | 0.85 | 0.43 | 0.08 | 330.3 | 0.83 | 0.53 |
| Hex | EA | 22 | 85 | 0 | 55 | 2B | 8 | 14A | 53 | 35 |
| Octal | 352 | 42 | 205 | 0 | 125 | 53 | 10 | 512 | 123 | 65 |
| Binary | 11101010 | 100010 | 10000101 | 0 | 1010101 | 101011 | 1000 | 101001010 | 1010011 | 110101 |
Color Harmonies of #EA2285
Complementary color
Monochromatic Colors of #EA2285
Black with #EA2285
Text Example
Text Example
White with #EA2285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2285; }
p { color: rgb(234,34,133); }
H1.HeaderClassName
{
color: #EA2285;
}
.AnyTagClassName
{
color: #EA2285;
}
</style>
background-color css
<style>
a { background-color: #EA2285; }
a { background-color: rgb(234,34,133); }
div.DivClassName
{
background-color: #EA2285;
}
.BgClassName
{
background-color: #EA2285;
}
</style>
border-color css
<style>
span { border-color: #EA2285; }
span { border-color: rgb(234,34,133); }
td.TdClassName
{
border-color: #EA2285;
}
.TagClassName
{
border-color: #EA2285;
}
</style>