Shades of Deep Cerise #E6348D
Tints of Deep Cerise #E6348D
RGB
CMYK
RGB Variations
Color information
#E6348D (or 0xE6348D) is known color: Deep Cerise. HEX triplet: E6, 34 and 8D. RGB value is (230,52,141). Sum of RGB (Red+Green+Blue) = 230+52+141=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6348D is #19CB72. Grayscale: #737373. Windows color (decimal): -1690483 or 9254118. OLE color: 9254118.
HSL color Cylindrical-coordinate representation of color #E6348D: hue angle of 330º 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 #E6348D is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 141 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.10 |
| HSL | 330º | 0.78% | 0.55% | - |
| HSV(B) | 330º | 0.77% | 0.9% | - |
| XYZ | 38.67 | 21.2 | 27.25 | - |
| YUV | 115.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 141 | 0 | 0.77 | 0.39 | 0.10 | 330 | 0.78 | 0.55 |
| Hex | E6 | 34 | 8D | 0 | 4D | 27 | A | 14A | 4E | 37 |
| Octal | 346 | 64 | 215 | 0 | 115 | 47 | 12 | 512 | 116 | 67 |
| Binary | 11100110 | 110100 | 10001101 | 0 | 1001101 | 100111 | 1010 | 101001010 | 1001110 | 110111 |
Color Harmonies of #E6348D
Complementary color
Monochromatic Colors of #E6348D
Black with #E6348D
Text Example
Text Example
White with #E6348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6348D; }
p { color: rgb(230,52,141); }
H1.HeaderClassName
{
color: #E6348D;
}
.AnyTagClassName
{
color: #E6348D;
}
</style>
background-color css
<style>
a { background-color: #E6348D; }
a { background-color: rgb(230,52,141); }
div.DivClassName
{
background-color: #E6348D;
}
.BgClassName
{
background-color: #E6348D;
}
</style>
border-color css
<style>
span { border-color: #E6348D; }
span { border-color: rgb(230,52,141); }
td.TdClassName
{
border-color: #E6348D;
}
.TagClassName
{
border-color: #E6348D;
}
</style>