Shades of Deep Cerise #E2268B
Tints of Deep Cerise #E2268B
RGB
CMYK
RGB Variations
Color information
#E2268B (or 0xE2268B) is known color: Deep Cerise. HEX triplet: E2, 26 and 8B. RGB value is (226,38,139). Sum of RGB (Red+Green+Blue) = 226+38+139=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2268B is #1DD974. Grayscale: #696969. Windows color (decimal): -1956213 or 9119458. OLE color: 9119458.
HSL color Cylindrical-coordinate representation of color #E2268B: hue angle of 327.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2268B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 139 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.11 |
| HSL | 327.77º | 0.76% | 0.52% | - |
| HSV(B) | 327.77º | 0.83% | 0.89% | - |
| XYZ | 36.72 | 19.42 | 26.24 | - |
| YUV | 105.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 139 | 0 | 0.83 | 0.38 | 0.11 | 327.77 | 0.76 | 0.52 |
| Hex | E2 | 26 | 8B | 0 | 53 | 26 | B | 148 | 4C | 34 |
| Octal | 342 | 46 | 213 | 0 | 123 | 46 | 13 | 510 | 114 | 64 |
| Binary | 11100010 | 100110 | 10001011 | 0 | 1010011 | 100110 | 1011 | 101001000 | 1001100 | 110100 |
Color Harmonies of #E2268B
Complementary color
Monochromatic Colors of #E2268B
Black with #E2268B
Text Example
Text Example
White with #E2268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2268B; }
p { color: rgb(226,38,139); }
H1.HeaderClassName
{
color: #E2268B;
}
.AnyTagClassName
{
color: #E2268B;
}
</style>
background-color css
<style>
a { background-color: #E2268B; }
a { background-color: rgb(226,38,139); }
div.DivClassName
{
background-color: #E2268B;
}
.BgClassName
{
background-color: #E2268B;
}
</style>
border-color css
<style>
span { border-color: #E2268B; }
span { border-color: rgb(226,38,139); }
td.TdClassName
{
border-color: #E2268B;
}
.TagClassName
{
border-color: #E2268B;
}
</style>