Shades of Deep Cerise #E1237B
Tints of Deep Cerise #E1237B
RGB
CMYK
RGB Variations
Color information
#E1237B (or 0xE1237B) is known color: Deep Cerise. HEX triplet: E1, 23 and 7B. RGB value is (225,35,123). Sum of RGB (Red+Green+Blue) = 225+35+123=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1237B is #1EDC84. Grayscale: #656565. Windows color (decimal): -2022533 or 8070113. OLE color: 8070113.
HSL color Cylindrical-coordinate representation of color #E1237B: hue angle of 332.21º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1237B is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 123 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.12 |
| HSL | 332.21º | 0.76% | 0.51% | - |
| HSV(B) | 332.21º | 0.84% | 0.88% | - |
| XYZ | 35.23 | 18.64 | 20.48 | - |
| YUV | 101.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 123 | 0 | 0.84 | 0.45 | 0.12 | 332.21 | 0.76 | 0.51 |
| Hex | E1 | 23 | 7B | 0 | 54 | 2D | C | 14C | 4C | 33 |
| Octal | 341 | 43 | 173 | 0 | 124 | 55 | 14 | 514 | 114 | 63 |
| Binary | 11100001 | 100011 | 1111011 | 0 | 1010100 | 101101 | 1100 | 101001100 | 1001100 | 110011 |
Color Harmonies of #E1237B
Complementary color
Monochromatic Colors of #E1237B
Black with #E1237B
Text Example
Text Example
White with #E1237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1237B; }
p { color: rgb(225,35,123); }
H1.HeaderClassName
{
color: #E1237B;
}
.AnyTagClassName
{
color: #E1237B;
}
</style>
background-color css
<style>
a { background-color: #E1237B; }
a { background-color: rgb(225,35,123); }
div.DivClassName
{
background-color: #E1237B;
}
.BgClassName
{
background-color: #E1237B;
}
</style>
border-color css
<style>
span { border-color: #E1237B; }
span { border-color: rgb(225,35,123); }
td.TdClassName
{
border-color: #E1237B;
}
.TagClassName
{
border-color: #E1237B;
}
</style>