Shades of Deep Cerise #E133A2
Tints of Deep Cerise #E133A2
RGB
CMYK
RGB Variations
Color information
#E133A2 (or 0xE133A2) is known color: Deep Cerise. HEX triplet: E1, 33 and A2. RGB value is (225,51,162). Sum of RGB (Red+Green+Blue) = 225+51+162=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E133A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E133A2 is #1ECC5D. Grayscale: #737373. Windows color (decimal): -2018398 or 10630113. OLE color: 10630113.
HSL color Cylindrical-coordinate representation of color #E133A2: hue angle of 321.72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E133A2 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 162 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.12 |
| HSL | 321.72º | 0.74% | 0.54% | - |
| HSV(B) | 321.72º | 0.77% | 0.88% | - |
| XYZ | 38.76 | 20.98 | 36.19 | - |
| YUV | 115.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 162 | 0 | 0.77 | 0.28 | 0.12 | 321.72 | 0.74 | 0.54 |
| Hex | E1 | 33 | A2 | 0 | 4D | 1C | C | 142 | 4A | 36 |
| Octal | 341 | 63 | 242 | 0 | 115 | 34 | 14 | 502 | 112 | 66 |
| Binary | 11100001 | 110011 | 10100010 | 0 | 1001101 | 11100 | 1100 | 101000010 | 1001010 | 110110 |
Color Harmonies of #E133A2
Complementary color
Monochromatic Colors of #E133A2
Black with #E133A2
Text Example
Text Example
White with #E133A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E133A2; }
p { color: rgb(225,51,162); }
H1.HeaderClassName
{
color: #E133A2;
}
.AnyTagClassName
{
color: #E133A2;
}
</style>
background-color css
<style>
a { background-color: #E133A2; }
a { background-color: rgb(225,51,162); }
div.DivClassName
{
background-color: #E133A2;
}
.BgClassName
{
background-color: #E133A2;
}
</style>
border-color css
<style>
span { border-color: #E133A2; }
span { border-color: rgb(225,51,162); }
td.TdClassName
{
border-color: #E133A2;
}
.TagClassName
{
border-color: #E133A2;
}
</style>