Shades of Deep Cerise #E6338C
Tints of Deep Cerise #E6338C
RGB
CMYK
RGB Variations
Color information
#E6338C (or 0xE6338C) is known color: Deep Cerise. HEX triplet: E6, 33 and 8C. RGB value is (230,51,140). Sum of RGB (Red+Green+Blue) = 230+51+140=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6338C is #19CC73. Grayscale: #727272. Windows color (decimal): -1690740 or 9188326. OLE color: 9188326.
HSL color Cylindrical-coordinate representation of color #E6338C: hue angle of 330.17º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6338C is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 140 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.10 |
| HSL | 330.17º | 0.78% | 0.55% | - |
| HSV(B) | 330.17º | 0.78% | 0.9% | - |
| XYZ | 38.55 | 21.08 | 26.85 | - |
| YUV | 114.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 140 | 0 | 0.78 | 0.39 | 0.10 | 330.17 | 0.78 | 0.55 |
| Hex | E6 | 33 | 8C | 0 | 4E | 27 | A | 14A | 4E | 37 |
| Octal | 346 | 63 | 214 | 0 | 116 | 47 | 12 | 512 | 116 | 67 |
| Binary | 11100110 | 110011 | 10001100 | 0 | 1001110 | 100111 | 1010 | 101001010 | 1001110 | 110111 |
Color Harmonies of #E6338C
Complementary color
Monochromatic Colors of #E6338C
Black with #E6338C
Text Example
Text Example
White with #E6338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6338C; }
p { color: rgb(230,51,140); }
H1.HeaderClassName
{
color: #E6338C;
}
.AnyTagClassName
{
color: #E6338C;
}
</style>
background-color css
<style>
a { background-color: #E6338C; }
a { background-color: rgb(230,51,140); }
div.DivClassName
{
background-color: #E6338C;
}
.BgClassName
{
background-color: #E6338C;
}
</style>
border-color css
<style>
span { border-color: #E6338C; }
span { border-color: rgb(230,51,140); }
td.TdClassName
{
border-color: #E6338C;
}
.TagClassName
{
border-color: #E6338C;
}
</style>