Shades of Deep Cerise #EA338C
Tints of Deep Cerise #EA338C
RGB
CMYK
RGB Variations
Color information
#EA338C (or 0xEA338C) is known color: Deep Cerise. HEX triplet: EA, 33 and 8C. RGB value is (234,51,140). Sum of RGB (Red+Green+Blue) = 234+51+140=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA338C is #15CC73. Grayscale: #737373. Windows color (decimal): -1428596 or 9188330. OLE color: 9188330.
HSL color Cylindrical-coordinate representation of color #EA338C: hue angle of 330.82º 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 #EA338C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 140 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.08 |
| HSL | 330.82º | 0.81% | 0.56% | - |
| HSV(B) | 330.82º | 0.78% | 0.92% | - |
| XYZ | 39.85 | 21.75 | 26.91 | - |
| YUV | 115.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 140 | 0 | 0.78 | 0.40 | 0.08 | 330.82 | 0.81 | 0.56 |
| Hex | EA | 33 | 8C | 0 | 4E | 28 | 8 | 14B | 51 | 38 |
| Octal | 352 | 63 | 214 | 0 | 116 | 50 | 10 | 513 | 121 | 70 |
| Binary | 11101010 | 110011 | 10001100 | 0 | 1001110 | 101000 | 1000 | 101001011 | 1010001 | 111000 |
Color Harmonies of #EA338C
Complementary color
Monochromatic Colors of #EA338C
Black with #EA338C
Text Example
Text Example
White with #EA338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA338C; }
p { color: rgb(234,51,140); }
H1.HeaderClassName
{
color: #EA338C;
}
.AnyTagClassName
{
color: #EA338C;
}
</style>
background-color css
<style>
a { background-color: #EA338C; }
a { background-color: rgb(234,51,140); }
div.DivClassName
{
background-color: #EA338C;
}
.BgClassName
{
background-color: #EA338C;
}
</style>
border-color css
<style>
span { border-color: #EA338C; }
span { border-color: rgb(234,51,140); }
td.TdClassName
{
border-color: #EA338C;
}
.TagClassName
{
border-color: #EA338C;
}
</style>