Shades of Deep Cerise #EA2C7D
Tints of Deep Cerise #EA2C7D
RGB
CMYK
RGB Variations
Color information
#EA2C7D (or 0xEA2C7D) is known color: Deep Cerise. HEX triplet: EA, 2C and 7D. RGB value is (234,44,125). Sum of RGB (Red+Green+Blue) = 234+44+125=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C7D is #15D382. Grayscale: #6D6D6D. Windows color (decimal): -1430403 or 8203498. OLE color: 8203498.
HSL color Cylindrical-coordinate representation of color #EA2C7D: hue angle of 334.42º 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 #EA2C7D is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 125 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.08 |
| HSL | 334.42º | 0.82% | 0.55% | - |
| HSV(B) | 334.42º | 0.81% | 0.92% | - |
| XYZ | 38.53 | 20.77 | 21.38 | - |
| YUV | 110.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 125 | 0 | 0.81 | 0.47 | 0.08 | 334.42 | 0.82 | 0.55 |
| Hex | EA | 2C | 7D | 0 | 51 | 2F | 8 | 14E | 52 | 37 |
| Octal | 352 | 54 | 175 | 0 | 121 | 57 | 10 | 516 | 122 | 67 |
| Binary | 11101010 | 101100 | 1111101 | 0 | 1010001 | 101111 | 1000 | 101001110 | 1010010 | 110111 |
Color Harmonies of #EA2C7D
Complementary color
Monochromatic Colors of #EA2C7D
Black with #EA2C7D
Text Example
Text Example
White with #EA2C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C7D; }
p { color: rgb(234,44,125); }
H1.HeaderClassName
{
color: #EA2C7D;
}
.AnyTagClassName
{
color: #EA2C7D;
}
</style>
background-color css
<style>
a { background-color: #EA2C7D; }
a { background-color: rgb(234,44,125); }
div.DivClassName
{
background-color: #EA2C7D;
}
.BgClassName
{
background-color: #EA2C7D;
}
</style>
border-color css
<style>
span { border-color: #EA2C7D; }
span { border-color: rgb(234,44,125); }
td.TdClassName
{
border-color: #EA2C7D;
}
.TagClassName
{
border-color: #EA2C7D;
}
</style>