Shades of Deep Cerise #E1327B
Tints of Deep Cerise #E1327B
RGB
CMYK
RGB Variations
Color information
#E1327B (or 0xE1327B) is known color: Deep Cerise. HEX triplet: E1, 32 and 7B. RGB value is (225,50,123). Sum of RGB (Red+Green+Blue) = 225+50+123=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1327B is #1ECD84. Grayscale: #6E6E6E. Windows color (decimal): -2018693 or 8073953. OLE color: 8073953.
HSL color Cylindrical-coordinate representation of color #E1327B: hue angle of 334.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1327B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 123 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.12 |
| HSL | 334.97º | 0.74% | 0.54% | - |
| HSV(B) | 334.97º | 0.78% | 0.88% | - |
| XYZ | 35.77 | 19.72 | 20.66 | - |
| YUV | 110.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 123 | 0 | 0.78 | 0.45 | 0.12 | 334.97 | 0.74 | 0.54 |
| Hex | E1 | 32 | 7B | 0 | 4E | 2D | C | 14F | 4A | 36 |
| Octal | 341 | 62 | 173 | 0 | 116 | 55 | 14 | 517 | 112 | 66 |
| Binary | 11100001 | 110010 | 1111011 | 0 | 1001110 | 101101 | 1100 | 101001111 | 1001010 | 110110 |
Color Harmonies of #E1327B
Complementary color
Monochromatic Colors of #E1327B
Black with #E1327B
Text Example
Text Example
White with #E1327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1327B; }
p { color: rgb(225,50,123); }
H1.HeaderClassName
{
color: #E1327B;
}
.AnyTagClassName
{
color: #E1327B;
}
</style>
background-color css
<style>
a { background-color: #E1327B; }
a { background-color: rgb(225,50,123); }
div.DivClassName
{
background-color: #E1327B;
}
.BgClassName
{
background-color: #E1327B;
}
</style>
border-color css
<style>
span { border-color: #E1327B; }
span { border-color: rgb(225,50,123); }
td.TdClassName
{
border-color: #E1327B;
}
.TagClassName
{
border-color: #E1327B;
}
</style>