Shades of Cerise #EA346F
Tints of Cerise #EA346F
RGB
CMYK
RGB Variations
Color information
#EA346F (or 0xEA346F) is known color: Cerise. HEX triplet: EA, 34 and 6F. RGB value is (234,52,111). Sum of RGB (Red+Green+Blue) = 234+52+111=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA346F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA346F is #15CB90. Grayscale: #717171. Windows color (decimal): -1428369 or 7288042. OLE color: 7288042.
HSL color Cylindrical-coordinate representation of color #EA346F: hue angle of 340.55º 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 #EA346F is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 111 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.08 |
| HSL | 340.55º | 0.81% | 0.56% | - |
| HSV(B) | 340.55º | 0.78% | 0.92% | - |
| XYZ | 38.03 | 21.1 | 17.11 | - |
| YUV | 113.14 | 126.8 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 111 | 0 | 0.78 | 0.53 | 0.08 | 340.55 | 0.81 | 0.56 |
| Hex | EA | 34 | 6F | 0 | 4E | 35 | 8 | 155 | 51 | 38 |
| Octal | 352 | 64 | 157 | 0 | 116 | 65 | 10 | 525 | 121 | 70 |
| Binary | 11101010 | 110100 | 1101111 | 0 | 1001110 | 110101 | 1000 | 101010101 | 1010001 | 111000 |
Color Harmonies of #EA346F
Complementary color
Monochromatic Colors of #EA346F
Black with #EA346F
Text Example
Text Example
White with #EA346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA346F; }
p { color: rgb(234,52,111); }
H1.HeaderClassName
{
color: #EA346F;
}
.AnyTagClassName
{
color: #EA346F;
}
</style>
background-color css
<style>
a { background-color: #EA346F; }
a { background-color: rgb(234,52,111); }
div.DivClassName
{
background-color: #EA346F;
}
.BgClassName
{
background-color: #EA346F;
}
</style>
border-color css
<style>
span { border-color: #EA346F; }
span { border-color: rgb(234,52,111); }
td.TdClassName
{
border-color: #EA346F;
}
.TagClassName
{
border-color: #EA346F;
}
</style>