Shades of Deep Cerise #E13B8F
Tints of Deep Cerise #E13B8F
RGB
CMYK
RGB Variations
Color information
#E13B8F (or 0xE13B8F) is known color: Deep Cerise. HEX triplet: E1, 3B and 8F. RGB value is (225,59,143). Sum of RGB (Red+Green+Blue) = 225+59+143=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13B8F is #1EC470. Grayscale: #767676. Windows color (decimal): -2016369 or 9386977. OLE color: 9386977.
HSL color Cylindrical-coordinate representation of color #E13B8F: hue angle of 329.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13B8F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 143 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.12 |
| HSL | 329.64º | 0.73% | 0.56% | - |
| HSV(B) | 329.64º | 0.74% | 0.88% | - |
| XYZ | 37.57 | 21.12 | 28.08 | - |
| YUV | 118.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 143 | 0 | 0.74 | 0.36 | 0.12 | 329.64 | 0.73 | 0.56 |
| Hex | E1 | 3B | 8F | 0 | 4A | 24 | C | 14A | 49 | 38 |
| Octal | 341 | 73 | 217 | 0 | 112 | 44 | 14 | 512 | 111 | 70 |
| Binary | 11100001 | 111011 | 10001111 | 0 | 1001010 | 100100 | 1100 | 101001010 | 1001001 | 111000 |
Color Harmonies of #E13B8F
Complementary color
Monochromatic Colors of #E13B8F
Black with #E13B8F
Text Example
Text Example
White with #E13B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13B8F; }
p { color: rgb(225,59,143); }
H1.HeaderClassName
{
color: #E13B8F;
}
.AnyTagClassName
{
color: #E13B8F;
}
</style>
background-color css
<style>
a { background-color: #E13B8F; }
a { background-color: rgb(225,59,143); }
div.DivClassName
{
background-color: #E13B8F;
}
.BgClassName
{
background-color: #E13B8F;
}
</style>
border-color css
<style>
span { border-color: #E13B8F; }
span { border-color: rgb(225,59,143); }
td.TdClassName
{
border-color: #E13B8F;
}
.TagClassName
{
border-color: #E13B8F;
}
</style>