Shades of Deep Cerise #E13C7B
Tints of Deep Cerise #E13C7B
RGB
CMYK
RGB Variations
Color information
#E13C7B (or 0xE13C7B) is known color: Deep Cerise. HEX triplet: E1, 3C and 7B. RGB value is (225,60,123). Sum of RGB (Red+Green+Blue) = 225+60+123=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C7B is #1EC384. Grayscale: #747474. Windows color (decimal): -2016133 or 8076513. OLE color: 8076513.
HSL color Cylindrical-coordinate representation of color #E13C7B: hue angle of 337.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C7B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 123 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.12 |
| HSL | 337.09º | 0.73% | 0.56% | - |
| HSV(B) | 337.09º | 0.73% | 0.88% | - |
| XYZ | 36.24 | 20.67 | 20.82 | - |
| YUV | 116.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 123 | 0 | 0.73 | 0.45 | 0.12 | 337.09 | 0.73 | 0.56 |
| Hex | E1 | 3C | 7B | 0 | 49 | 2D | C | 151 | 49 | 38 |
| Octal | 341 | 74 | 173 | 0 | 111 | 55 | 14 | 521 | 111 | 70 |
| Binary | 11100001 | 111100 | 1111011 | 0 | 1001001 | 101101 | 1100 | 101010001 | 1001001 | 111000 |
Color Harmonies of #E13C7B
Complementary color
Monochromatic Colors of #E13C7B
Black with #E13C7B
Text Example
Text Example
White with #E13C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C7B; }
p { color: rgb(225,60,123); }
H1.HeaderClassName
{
color: #E13C7B;
}
.AnyTagClassName
{
color: #E13C7B;
}
</style>
background-color css
<style>
a { background-color: #E13C7B; }
a { background-color: rgb(225,60,123); }
div.DivClassName
{
background-color: #E13C7B;
}
.BgClassName
{
background-color: #E13C7B;
}
</style>
border-color css
<style>
span { border-color: #E13C7B; }
span { border-color: rgb(225,60,123); }
td.TdClassName
{
border-color: #E13C7B;
}
.TagClassName
{
border-color: #E13C7B;
}
</style>