Shades of Deep Cerise #E1389C
Tints of Deep Cerise #E1389C
RGB
CMYK
RGB Variations
Color information
#E1389C (or 0xE1389C) is known color: Deep Cerise. HEX triplet: E1, 38 and 9C. RGB value is (225,56,156). Sum of RGB (Red+Green+Blue) = 225+56+156=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1389C is #1EC763. Grayscale: #757575. Windows color (decimal): -2017124 or 10238177. OLE color: 10238177.
HSL color Cylindrical-coordinate representation of color #E1389C: hue angle of 324.5º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1389C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 156 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.12 |
| HSL | 324.5º | 0.74% | 0.55% | - |
| HSV(B) | 324.5º | 0.75% | 0.88% | - |
| XYZ | 38.47 | 21.24 | 33.52 | - |
| YUV | 117.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 156 | 0 | 0.75 | 0.31 | 0.12 | 324.5 | 0.74 | 0.55 |
| Hex | E1 | 38 | 9C | 0 | 4B | 1F | C | 144 | 4A | 37 |
| Octal | 341 | 70 | 234 | 0 | 113 | 37 | 14 | 504 | 112 | 67 |
| Binary | 11100001 | 111000 | 10011100 | 0 | 1001011 | 11111 | 1100 | 101000100 | 1001010 | 110111 |
Color Harmonies of #E1389C
Complementary color
Monochromatic Colors of #E1389C
Black with #E1389C
Text Example
Text Example
White with #E1389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1389C; }
p { color: rgb(225,56,156); }
H1.HeaderClassName
{
color: #E1389C;
}
.AnyTagClassName
{
color: #E1389C;
}
</style>
background-color css
<style>
a { background-color: #E1389C; }
a { background-color: rgb(225,56,156); }
div.DivClassName
{
background-color: #E1389C;
}
.BgClassName
{
background-color: #E1389C;
}
</style>
border-color css
<style>
span { border-color: #E1389C; }
span { border-color: rgb(225,56,156); }
td.TdClassName
{
border-color: #E1389C;
}
.TagClassName
{
border-color: #E1389C;
}
</style>