Shades of Deep Cerise #EA347B
Tints of Deep Cerise #EA347B
RGB
CMYK
RGB Variations
Color information
#EA347B (or 0xEA347B) is known color: Deep Cerise. HEX triplet: EA, 34 and 7B. RGB value is (234,52,123). Sum of RGB (Red+Green+Blue) = 234+52+123=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA347B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA347B is #15CB84. Grayscale: #727272. Windows color (decimal): -1428357 or 8074474. OLE color: 8074474.
HSL color Cylindrical-coordinate representation of color #EA347B: hue angle of 336.59º 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 #EA347B is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 123 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.08 |
| HSL | 336.59º | 0.81% | 0.56% | - |
| HSV(B) | 336.59º | 0.78% | 0.92% | - |
| XYZ | 38.73 | 21.38 | 20.82 | - |
| YUV | 114.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 123 | 0 | 0.78 | 0.47 | 0.08 | 336.59 | 0.81 | 0.56 |
| Hex | EA | 34 | 7B | 0 | 4E | 2F | 8 | 151 | 51 | 38 |
| Octal | 352 | 64 | 173 | 0 | 116 | 57 | 10 | 521 | 121 | 70 |
| Binary | 11101010 | 110100 | 1111011 | 0 | 1001110 | 101111 | 1000 | 101010001 | 1010001 | 111000 |
Color Harmonies of #EA347B
Complementary color
Monochromatic Colors of #EA347B
Black with #EA347B
Text Example
Text Example
White with #EA347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA347B; }
p { color: rgb(234,52,123); }
H1.HeaderClassName
{
color: #EA347B;
}
.AnyTagClassName
{
color: #EA347B;
}
</style>
background-color css
<style>
a { background-color: #EA347B; }
a { background-color: rgb(234,52,123); }
div.DivClassName
{
background-color: #EA347B;
}
.BgClassName
{
background-color: #EA347B;
}
</style>
border-color css
<style>
span { border-color: #EA347B; }
span { border-color: rgb(234,52,123); }
td.TdClassName
{
border-color: #EA347B;
}
.TagClassName
{
border-color: #EA347B;
}
</style>