Shades of Deep Cerise #E9267D
Tints of Deep Cerise #E9267D
RGB
CMYK
RGB Variations
Color information
#E9267D (or 0xE9267D) is known color: Deep Cerise. HEX triplet: E9, 26 and 7D. RGB value is (233,38,125). Sum of RGB (Red+Green+Blue) = 233+38+125=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E9267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9267D is #16D982. Grayscale: #6A6A6A. Windows color (decimal): -1497475 or 8201961. OLE color: 8201961.
HSL color Cylindrical-coordinate representation of color #E9267D: hue angle of 333.23º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9267D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 125 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.09 |
| HSL | 333.23º | 0.82% | 0.53% | - |
| HSV(B) | 333.23º | 0.84% | 0.91% | - |
| XYZ | 38 | 20.19 | 21.3 | - |
| YUV | 106.22 | 138.6 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 125 | 0 | 0.84 | 0.46 | 0.09 | 333.23 | 0.82 | 0.53 |
| Hex | E9 | 26 | 7D | 0 | 54 | 2E | 9 | 14D | 52 | 35 |
| Octal | 351 | 46 | 175 | 0 | 124 | 56 | 11 | 515 | 122 | 65 |
| Binary | 11101001 | 100110 | 1111101 | 0 | 1010100 | 101110 | 1001 | 101001101 | 1010010 | 110101 |
Color Harmonies of #E9267D
Complementary color
Monochromatic Colors of #E9267D
Black with #E9267D
Text Example
Text Example
White with #E9267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9267D; }
p { color: rgb(233,38,125); }
H1.HeaderClassName
{
color: #E9267D;
}
.AnyTagClassName
{
color: #E9267D;
}
</style>
background-color css
<style>
a { background-color: #E9267D; }
a { background-color: rgb(233,38,125); }
div.DivClassName
{
background-color: #E9267D;
}
.BgClassName
{
background-color: #E9267D;
}
</style>
border-color css
<style>
span { border-color: #E9267D; }
span { border-color: rgb(233,38,125); }
td.TdClassName
{
border-color: #E9267D;
}
.TagClassName
{
border-color: #E9267D;
}
</style>