Shades of Deep Cerise #EB348D
Tints of Deep Cerise #EB348D
RGB
CMYK
RGB Variations
Color information
#EB348D (or 0xEB348D) is known color: Deep Cerise. HEX triplet: EB, 34 and 8D. RGB value is (235,52,141). Sum of RGB (Red+Green+Blue) = 235+52+141=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB348D is #14CB72. Grayscale: #747474. Windows color (decimal): -1362803 or 9254123. OLE color: 9254123.
HSL color Cylindrical-coordinate representation of color #EB348D: hue angle of 330.82º degrees, saturation: 0.82, 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 #EB348D is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 52 | 141 | - |
| CMYK | 0 | 0.78 | 0.4 | 0.08 |
| HSL | 330.82º | 0.82% | 0.56% | - |
| HSV(B) | 330.82º | 0.78% | 0.92% | - |
| XYZ | 40.3 | 22.04 | 27.33 | - |
| YUV | 116.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 52 | 141 | 0 | 0.78 | 0.4 | 0.08 | 330.82 | 0.82 | 0.56 |
| Hex | EB | 34 | 8D | 0 | 4E | 28 | 8 | 14B | 52 | 38 |
| Octal | 353 | 64 | 215 | 0 | 116 | 50 | 10 | 513 | 122 | 70 |
| Binary | 11101011 | 110100 | 10001101 | 0 | 1001110 | 101000 | 1000 | 101001011 | 1010010 | 111000 |
Color Harmonies of #EB348D
Complementary color
Monochromatic Colors of #EB348D
Black with #EB348D
Text Example
Text Example
White with #EB348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB348D; }
p { color: rgb(235,52,141); }
H1.HeaderClassName
{
color: #EB348D;
}
.AnyTagClassName
{
color: #EB348D;
}
</style>
background-color css
<style>
a { background-color: #EB348D; }
a { background-color: rgb(235,52,141); }
div.DivClassName
{
background-color: #EB348D;
}
.BgClassName
{
background-color: #EB348D;
}
</style>
border-color css
<style>
span { border-color: #EB348D; }
span { border-color: rgb(235,52,141); }
td.TdClassName
{
border-color: #EB348D;
}
.TagClassName
{
border-color: #EB348D;
}
</style>