Shades of Deep Cerise #E7348F
Tints of Deep Cerise #E7348F
RGB
CMYK
RGB Variations
Color information
#E7348F (or 0xE7348F) is known color: Deep Cerise. HEX triplet: E7, 34 and 8F. RGB value is (231,52,143). Sum of RGB (Red+Green+Blue) = 231+52+143=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7348F is #18CB70. Grayscale: #737373. Windows color (decimal): -1624945 or 9385191. OLE color: 9385191.
HSL color Cylindrical-coordinate representation of color #E7348F: hue angle of 329.5º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7348F is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 143 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.09 |
| HSL | 329.5º | 0.79% | 0.55% | - |
| HSV(B) | 329.5º | 0.77% | 0.91% | - |
| XYZ | 39.14 | 21.43 | 28.06 | - |
| YUV | 115.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 143 | 0 | 0.77 | 0.38 | 0.09 | 329.5 | 0.79 | 0.55 |
| Hex | E7 | 34 | 8F | 0 | 4D | 26 | 9 | 149 | 4F | 37 |
| Octal | 347 | 64 | 217 | 0 | 115 | 46 | 11 | 511 | 117 | 67 |
| Binary | 11100111 | 110100 | 10001111 | 0 | 1001101 | 100110 | 1001 | 101001001 | 1001111 | 110111 |
Color Harmonies of #E7348F
Complementary color
Monochromatic Colors of #E7348F
Black with #E7348F
Text Example
Text Example
White with #E7348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7348F; }
p { color: rgb(231,52,143); }
H1.HeaderClassName
{
color: #E7348F;
}
.AnyTagClassName
{
color: #E7348F;
}
</style>
background-color css
<style>
a { background-color: #E7348F; }
a { background-color: rgb(231,52,143); }
div.DivClassName
{
background-color: #E7348F;
}
.BgClassName
{
background-color: #E7348F;
}
</style>
border-color css
<style>
span { border-color: #E7348F; }
span { border-color: rgb(231,52,143); }
td.TdClassName
{
border-color: #E7348F;
}
.TagClassName
{
border-color: #E7348F;
}
</style>