Shades of Deep Cerise #E13D7B
Tints of Deep Cerise #E13D7B
RGB
CMYK
RGB Variations
Color information
#E13D7B (or 0xE13D7B) is known color: Deep Cerise. HEX triplet: E1, 3D and 7B. RGB value is (225,61,123). Sum of RGB (Red+Green+Blue) = 225+61+123=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D7B is #1EC284. Grayscale: #757575. Windows color (decimal): -2015877 or 8076769. OLE color: 8076769.
HSL color Cylindrical-coordinate representation of color #E13D7B: hue angle of 337.32º 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 #E13D7B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 123 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.12 |
| HSL | 337.32º | 0.73% | 0.56% | - |
| HSV(B) | 337.32º | 0.73% | 0.88% | - |
| XYZ | 36.3 | 20.78 | 20.84 | - |
| YUV | 117.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 123 | 0 | 0.73 | 0.45 | 0.12 | 337.32 | 0.73 | 0.56 |
| Hex | E1 | 3D | 7B | 0 | 49 | 2D | C | 151 | 49 | 38 |
| Octal | 341 | 75 | 173 | 0 | 111 | 55 | 14 | 521 | 111 | 70 |
| Binary | 11100001 | 111101 | 1111011 | 0 | 1001001 | 101101 | 1100 | 101010001 | 1001001 | 111000 |
Color Harmonies of #E13D7B
Complementary color
Monochromatic Colors of #E13D7B
Black with #E13D7B
Text Example
Text Example
White with #E13D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D7B; }
p { color: rgb(225,61,123); }
H1.HeaderClassName
{
color: #E13D7B;
}
.AnyTagClassName
{
color: #E13D7B;
}
</style>
background-color css
<style>
a { background-color: #E13D7B; }
a { background-color: rgb(225,61,123); }
div.DivClassName
{
background-color: #E13D7B;
}
.BgClassName
{
background-color: #E13D7B;
}
</style>
border-color css
<style>
span { border-color: #E13D7B; }
span { border-color: rgb(225,61,123); }
td.TdClassName
{
border-color: #E13D7B;
}
.TagClassName
{
border-color: #E13D7B;
}
</style>