Shades of Deep Cerise #E1388F
Tints of Deep Cerise #E1388F
RGB
CMYK
RGB Variations
Color information
#E1388F (or 0xE1388F) is known color: Deep Cerise. HEX triplet: E1, 38 and 8F. RGB value is (225,56,143). Sum of RGB (Red+Green+Blue) = 225+56+143=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1388F is #1EC770. Grayscale: #747474. Windows color (decimal): -2017137 or 9386209. OLE color: 9386209.
HSL color Cylindrical-coordinate representation of color #E1388F: hue angle of 329.11º 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 #E1388F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 143 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.12 |
| HSL | 329.11º | 0.74% | 0.55% | - |
| HSV(B) | 329.11º | 0.75% | 0.88% | - |
| XYZ | 37.42 | 20.82 | 28.03 | - |
| YUV | 116.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 143 | 0 | 0.75 | 0.36 | 0.12 | 329.11 | 0.74 | 0.55 |
| Hex | E1 | 38 | 8F | 0 | 4B | 24 | C | 149 | 4A | 37 |
| Octal | 341 | 70 | 217 | 0 | 113 | 44 | 14 | 511 | 112 | 67 |
| Binary | 11100001 | 111000 | 10001111 | 0 | 1001011 | 100100 | 1100 | 101001001 | 1001010 | 110111 |
Color Harmonies of #E1388F
Complementary color
Monochromatic Colors of #E1388F
Black with #E1388F
Text Example
Text Example
White with #E1388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1388F; }
p { color: rgb(225,56,143); }
H1.HeaderClassName
{
color: #E1388F;
}
.AnyTagClassName
{
color: #E1388F;
}
</style>
background-color css
<style>
a { background-color: #E1388F; }
a { background-color: rgb(225,56,143); }
div.DivClassName
{
background-color: #E1388F;
}
.BgClassName
{
background-color: #E1388F;
}
</style>
border-color css
<style>
span { border-color: #E1388F; }
span { border-color: rgb(225,56,143); }
td.TdClassName
{
border-color: #E1388F;
}
.TagClassName
{
border-color: #E1388F;
}
</style>