Shades of Deep Cerise #E2399B
Tints of Deep Cerise #E2399B
RGB
CMYK
RGB Variations
Color information
#E2399B (or 0xE2399B) is known color: Deep Cerise. HEX triplet: E2, 39 and 9B. RGB value is (226,57,155). Sum of RGB (Red+Green+Blue) = 226+57+155=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2399B is #1DC664. Grayscale: #767676. Windows color (decimal): -1951333 or 10172898. OLE color: 10172898.
HSL color Cylindrical-coordinate representation of color #E2399B: hue angle of 325.21º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2399B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 155 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.11 |
| HSL | 325.21º | 0.74% | 0.55% | - |
| HSV(B) | 325.21º | 0.75% | 0.89% | - |
| XYZ | 38.74 | 21.46 | 33.11 | - |
| YUV | 118.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 155 | 0 | 0.75 | 0.31 | 0.11 | 325.21 | 0.74 | 0.55 |
| Hex | E2 | 39 | 9B | 0 | 4B | 1F | B | 145 | 4A | 37 |
| Octal | 342 | 71 | 233 | 0 | 113 | 37 | 13 | 505 | 112 | 67 |
| Binary | 11100010 | 111001 | 10011011 | 0 | 1001011 | 11111 | 1011 | 101000101 | 1001010 | 110111 |
Color Harmonies of #E2399B
Complementary color
Monochromatic Colors of #E2399B
Black with #E2399B
Text Example
Text Example
White with #E2399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2399B; }
p { color: rgb(226,57,155); }
H1.HeaderClassName
{
color: #E2399B;
}
.AnyTagClassName
{
color: #E2399B;
}
</style>
background-color css
<style>
a { background-color: #E2399B; }
a { background-color: rgb(226,57,155); }
div.DivClassName
{
background-color: #E2399B;
}
.BgClassName
{
background-color: #E2399B;
}
</style>
border-color css
<style>
span { border-color: #E2399B; }
span { border-color: rgb(226,57,155); }
td.TdClassName
{
border-color: #E2399B;
}
.TagClassName
{
border-color: #E2399B;
}
</style>