Shades of Deep Cerise #EA348F
Tints of Deep Cerise #EA348F
RGB
CMYK
RGB Variations
Color information
#EA348F (or 0xEA348F) is known color: Deep Cerise. HEX triplet: EA, 34 and 8F. RGB value is (234,52,143). Sum of RGB (Red+Green+Blue) = 234+52+143=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA348F is #15CB70. Grayscale: #747474. Windows color (decimal): -1428337 or 9385194. OLE color: 9385194.
HSL color Cylindrical-coordinate representation of color #EA348F: hue angle of 330º 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 #EA348F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 143 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.08 |
| HSL | 330º | 0.81% | 0.56% | - |
| HSV(B) | 330º | 0.78% | 0.92% | - |
| XYZ | 40.12 | 21.93 | 28.11 | - |
| YUV | 116.79 | 142.8 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 143 | 0 | 0.78 | 0.39 | 0.08 | 330 | 0.81 | 0.56 |
| Hex | EA | 34 | 8F | 0 | 4E | 27 | 8 | 14A | 51 | 38 |
| Octal | 352 | 64 | 217 | 0 | 116 | 47 | 10 | 512 | 121 | 70 |
| Binary | 11101010 | 110100 | 10001111 | 0 | 1001110 | 100111 | 1000 | 101001010 | 1010001 | 111000 |
Color Harmonies of #EA348F
Complementary color
Monochromatic Colors of #EA348F
Black with #EA348F
Text Example
Text Example
White with #EA348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA348F; }
p { color: rgb(234,52,143); }
H1.HeaderClassName
{
color: #EA348F;
}
.AnyTagClassName
{
color: #EA348F;
}
</style>
background-color css
<style>
a { background-color: #EA348F; }
a { background-color: rgb(234,52,143); }
div.DivClassName
{
background-color: #EA348F;
}
.BgClassName
{
background-color: #EA348F;
}
</style>
border-color css
<style>
span { border-color: #EA348F; }
span { border-color: rgb(234,52,143); }
td.TdClassName
{
border-color: #EA348F;
}
.TagClassName
{
border-color: #EA348F;
}
</style>