Shades of Deep Cerise #E1279B
Tints of Deep Cerise #E1279B
RGB
CMYK
RGB Variations
Color information
#E1279B (or 0xE1279B) is known color: Deep Cerise. HEX triplet: E1, 27 and 9B. RGB value is (225,39,155). Sum of RGB (Red+Green+Blue) = 225+39+155=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1279B is #1ED864. Grayscale: #6B6B6B. Windows color (decimal): -2021477 or 10168289. OLE color: 10168289.
HSL color Cylindrical-coordinate representation of color #E1279B: hue angle of 322.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1279B is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 155 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.12 |
| HSL | 322.58º | 0.76% | 0.52% | - |
| HSV(B) | 322.58º | 0.83% | 0.88% | - |
| XYZ | 37.69 | 19.83 | 32.85 | - |
| YUV | 107.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 155 | 0 | 0.83 | 0.31 | 0.12 | 322.58 | 0.76 | 0.52 |
| Hex | E1 | 27 | 9B | 0 | 53 | 1F | C | 143 | 4C | 34 |
| Octal | 341 | 47 | 233 | 0 | 123 | 37 | 14 | 503 | 114 | 64 |
| Binary | 11100001 | 100111 | 10011011 | 0 | 1010011 | 11111 | 1100 | 101000011 | 1001100 | 110100 |
Color Harmonies of #E1279B
Complementary color
Monochromatic Colors of #E1279B
Black with #E1279B
Text Example
Text Example
White with #E1279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1279B; }
p { color: rgb(225,39,155); }
H1.HeaderClassName
{
color: #E1279B;
}
.AnyTagClassName
{
color: #E1279B;
}
</style>
background-color css
<style>
a { background-color: #E1279B; }
a { background-color: rgb(225,39,155); }
div.DivClassName
{
background-color: #E1279B;
}
.BgClassName
{
background-color: #E1279B;
}
</style>
border-color css
<style>
span { border-color: #E1279B; }
span { border-color: rgb(225,39,155); }
td.TdClassName
{
border-color: #E1279B;
}
.TagClassName
{
border-color: #E1279B;
}
</style>