Shades of Deep Cerise #E6338B
Tints of Deep Cerise #E6338B
RGB
CMYK
RGB Variations
Color information
#E6338B (or 0xE6338B) is known color: Deep Cerise. HEX triplet: E6, 33 and 8B. RGB value is (230,51,139). Sum of RGB (Red+Green+Blue) = 230+51+139=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6338B is #19CC74. Grayscale: #727272. Windows color (decimal): -1690741 or 9122790. OLE color: 9122790.
HSL color Cylindrical-coordinate representation of color #E6338B: hue angle of 330.5º 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 #E6338B is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 139 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.10 |
| HSL | 330.5º | 0.78% | 0.55% | - |
| HSV(B) | 330.5º | 0.78% | 0.9% | - |
| XYZ | 38.48 | 21.05 | 26.46 | - |
| YUV | 114.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 139 | 0 | 0.78 | 0.40 | 0.10 | 330.5 | 0.78 | 0.55 |
| Hex | E6 | 33 | 8B | 0 | 4E | 28 | A | 14B | 4E | 37 |
| Octal | 346 | 63 | 213 | 0 | 116 | 50 | 12 | 513 | 116 | 67 |
| Binary | 11100110 | 110011 | 10001011 | 0 | 1001110 | 101000 | 1010 | 101001011 | 1001110 | 110111 |
Color Harmonies of #E6338B
Complementary color
Monochromatic Colors of #E6338B
Black with #E6338B
Text Example
Text Example
White with #E6338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6338B; }
p { color: rgb(230,51,139); }
H1.HeaderClassName
{
color: #E6338B;
}
.AnyTagClassName
{
color: #E6338B;
}
</style>
background-color css
<style>
a { background-color: #E6338B; }
a { background-color: rgb(230,51,139); }
div.DivClassName
{
background-color: #E6338B;
}
.BgClassName
{
background-color: #E6338B;
}
</style>
border-color css
<style>
span { border-color: #E6338B; }
span { border-color: rgb(230,51,139); }
td.TdClassName
{
border-color: #E6338B;
}
.TagClassName
{
border-color: #E6338B;
}
</style>