Shades of Deep Cerise #EA337F
Tints of Deep Cerise #EA337F
RGB
CMYK
RGB Variations
Color information
#EA337F (or 0xEA337F) is known color: Deep Cerise. HEX triplet: EA, 33 and 7F. RGB value is (234,51,127). Sum of RGB (Red+Green+Blue) = 234+51+127=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA337F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA337F is #15CC80. Grayscale: #727272. Windows color (decimal): -1428609 or 8336362. OLE color: 8336362.
HSL color Cylindrical-coordinate representation of color #EA337F: hue angle of 335.08º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA337F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 127 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.08 |
| HSL | 335.08º | 0.81% | 0.56% | - |
| HSV(B) | 335.08º | 0.78% | 0.92% | - |
| XYZ | 38.95 | 21.39 | 22.16 | - |
| YUV | 114.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 127 | 0 | 0.78 | 0.46 | 0.08 | 335.08 | 0.81 | 0.56 |
| Hex | EA | 33 | 7F | 0 | 4E | 2E | 8 | 14F | 51 | 38 |
| Octal | 352 | 63 | 177 | 0 | 116 | 56 | 10 | 517 | 121 | 70 |
| Binary | 11101010 | 110011 | 1111111 | 0 | 1001110 | 101110 | 1000 | 101001111 | 1010001 | 111000 |
Color Harmonies of #EA337F
Complementary color
Monochromatic Colors of #EA337F
Black with #EA337F
Text Example
Text Example
White with #EA337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA337F; }
p { color: rgb(234,51,127); }
H1.HeaderClassName
{
color: #EA337F;
}
.AnyTagClassName
{
color: #EA337F;
}
</style>
background-color css
<style>
a { background-color: #EA337F; }
a { background-color: rgb(234,51,127); }
div.DivClassName
{
background-color: #EA337F;
}
.BgClassName
{
background-color: #EA337F;
}
</style>
border-color css
<style>
span { border-color: #EA337F; }
span { border-color: rgb(234,51,127); }
td.TdClassName
{
border-color: #EA337F;
}
.TagClassName
{
border-color: #EA337F;
}
</style>