Shades of Deep Cerise #E6388B
Tints of Deep Cerise #E6388B
RGB
CMYK
RGB Variations
Color information
#E6388B (or 0xE6388B) is known color: Deep Cerise. HEX triplet: E6, 38 and 8B. RGB value is (230,56,139). Sum of RGB (Red+Green+Blue) = 230+56+139=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6388B is #19C774. Grayscale: #757575. Windows color (decimal): -1689461 or 9124070. OLE color: 9124070.
HSL color Cylindrical-coordinate representation of color #E6388B: hue angle of 331.38º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6388B is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 139 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.10 |
| HSL | 331.38º | 0.78% | 0.56% | - |
| HSV(B) | 331.38º | 0.76% | 0.9% | - |
| XYZ | 38.71 | 21.52 | 26.54 | - |
| YUV | 117.49 | 140.15 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 139 | 0 | 0.76 | 0.40 | 0.10 | 331.38 | 0.78 | 0.56 |
| Hex | E6 | 38 | 8B | 0 | 4C | 28 | A | 14B | 4E | 38 |
| Octal | 346 | 70 | 213 | 0 | 114 | 50 | 12 | 513 | 116 | 70 |
| Binary | 11100110 | 111000 | 10001011 | 0 | 1001100 | 101000 | 1010 | 101001011 | 1001110 | 111000 |
Color Harmonies of #E6388B
Complementary color
Monochromatic Colors of #E6388B
Black with #E6388B
Text Example
Text Example
White with #E6388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6388B; }
p { color: rgb(230,56,139); }
H1.HeaderClassName
{
color: #E6388B;
}
.AnyTagClassName
{
color: #E6388B;
}
</style>
background-color css
<style>
a { background-color: #E6388B; }
a { background-color: rgb(230,56,139); }
div.DivClassName
{
background-color: #E6388B;
}
.BgClassName
{
background-color: #E6388B;
}
</style>
border-color css
<style>
span { border-color: #E6388B; }
span { border-color: rgb(230,56,139); }
td.TdClassName
{
border-color: #E6388B;
}
.TagClassName
{
border-color: #E6388B;
}
</style>