Shades of Deep Cerise #EA2685
Tints of Deep Cerise #EA2685
RGB
CMYK
RGB Variations
Color information
#EA2685 (or 0xEA2685) is known color: Deep Cerise. HEX triplet: EA, 26 and 85. RGB value is (234,38,133). Sum of RGB (Red+Green+Blue) = 234+38+133=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2685 is #15D97A. Grayscale: #6B6B6B. Windows color (decimal): -1431931 or 8726250. OLE color: 8726250.
HSL color Cylindrical-coordinate representation of color #EA2685: hue angle of 330.92º 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 #EA2685 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 133 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.08 |
| HSL | 330.92º | 0.82% | 0.53% | - |
| HSV(B) | 330.92º | 0.84% | 0.92% | - |
| XYZ | 38.86 | 20.57 | 24.11 | - |
| YUV | 107.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 133 | 0 | 0.84 | 0.43 | 0.08 | 330.92 | 0.82 | 0.53 |
| Hex | EA | 26 | 85 | 0 | 54 | 2B | 8 | 14B | 52 | 35 |
| Octal | 352 | 46 | 205 | 0 | 124 | 53 | 10 | 513 | 122 | 65 |
| Binary | 11101010 | 100110 | 10000101 | 0 | 1010100 | 101011 | 1000 | 101001011 | 1010010 | 110101 |
Color Harmonies of #EA2685
Complementary color
Monochromatic Colors of #EA2685
Black with #EA2685
Text Example
Text Example
White with #EA2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2685; }
p { color: rgb(234,38,133); }
H1.HeaderClassName
{
color: #EA2685;
}
.AnyTagClassName
{
color: #EA2685;
}
</style>
background-color css
<style>
a { background-color: #EA2685; }
a { background-color: rgb(234,38,133); }
div.DivClassName
{
background-color: #EA2685;
}
.BgClassName
{
background-color: #EA2685;
}
</style>
border-color css
<style>
span { border-color: #EA2685; }
span { border-color: rgb(234,38,133); }
td.TdClassName
{
border-color: #EA2685;
}
.TagClassName
{
border-color: #EA2685;
}
</style>