Shades of Deep Cerise #E6237B
Tints of Deep Cerise #E6237B
RGB
CMYK
RGB Variations
Color information
#E6237B (or 0xE6237B) is known color: Deep Cerise. HEX triplet: E6, 23 and 7B. RGB value is (230,35,123). Sum of RGB (Red+Green+Blue) = 230+35+123=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6237B is #19DC84. Grayscale: #676767. Windows color (decimal): -1694853 or 8070118. OLE color: 8070118.
HSL color Cylindrical-coordinate representation of color #E6237B: hue angle of 332.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6237B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 123 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.10 |
| HSL | 332.92º | 0.8% | 0.52% | - |
| HSV(B) | 332.92º | 0.85% | 0.9% | - |
| XYZ | 36.81 | 19.46 | 20.55 | - |
| YUV | 103.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 123 | 0 | 0.85 | 0.47 | 0.10 | 332.92 | 0.8 | 0.52 |
| Hex | E6 | 23 | 7B | 0 | 55 | 2F | A | 14D | 50 | 34 |
| Octal | 346 | 43 | 173 | 0 | 125 | 57 | 12 | 515 | 120 | 64 |
| Binary | 11100110 | 100011 | 1111011 | 0 | 1010101 | 101111 | 1010 | 101001101 | 1010000 | 110100 |
Color Harmonies of #E6237B
Complementary color
Monochromatic Colors of #E6237B
Black with #E6237B
Text Example
Text Example
White with #E6237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6237B; }
p { color: rgb(230,35,123); }
H1.HeaderClassName
{
color: #E6237B;
}
.AnyTagClassName
{
color: #E6237B;
}
</style>
background-color css
<style>
a { background-color: #E6237B; }
a { background-color: rgb(230,35,123); }
div.DivClassName
{
background-color: #E6237B;
}
.BgClassName
{
background-color: #E6237B;
}
</style>
border-color css
<style>
span { border-color: #E6237B; }
span { border-color: rgb(230,35,123); }
td.TdClassName
{
border-color: #E6237B;
}
.TagClassName
{
border-color: #E6237B;
}
</style>