Shades of Deep Cerise #E6348C
Tints of Deep Cerise #E6348C
RGB
CMYK
RGB Variations
Color information
#E6348C (or 0xE6348C) is known color: Deep Cerise. HEX triplet: E6, 34 and 8C. RGB value is (230,52,140). Sum of RGB (Red+Green+Blue) = 230+52+140=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6348C is #19CB73. Grayscale: #737373. Windows color (decimal): -1690484 or 9188582. OLE color: 9188582.
HSL color Cylindrical-coordinate representation of color #E6348C: hue angle of 330.34º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6348C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 140 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.10 |
| HSL | 330.34º | 0.78% | 0.55% | - |
| HSV(B) | 330.34º | 0.77% | 0.9% | - |
| XYZ | 38.59 | 21.17 | 26.86 | - |
| YUV | 115.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 140 | 0 | 0.77 | 0.39 | 0.10 | 330.34 | 0.78 | 0.55 |
| Hex | E6 | 34 | 8C | 0 | 4D | 27 | A | 14A | 4E | 37 |
| Octal | 346 | 64 | 214 | 0 | 115 | 47 | 12 | 512 | 116 | 67 |
| Binary | 11100110 | 110100 | 10001100 | 0 | 1001101 | 100111 | 1010 | 101001010 | 1001110 | 110111 |
Color Harmonies of #E6348C
Complementary color
Monochromatic Colors of #E6348C
Black with #E6348C
Text Example
Text Example
White with #E6348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6348C; }
p { color: rgb(230,52,140); }
H1.HeaderClassName
{
color: #E6348C;
}
.AnyTagClassName
{
color: #E6348C;
}
</style>
background-color css
<style>
a { background-color: #E6348C; }
a { background-color: rgb(230,52,140); }
div.DivClassName
{
background-color: #E6348C;
}
.BgClassName
{
background-color: #E6348C;
}
</style>
border-color css
<style>
span { border-color: #E6348C; }
span { border-color: rgb(230,52,140); }
td.TdClassName
{
border-color: #E6348C;
}
.TagClassName
{
border-color: #E6348C;
}
</style>