Shades of Deep Cerise #E9358B
Tints of Deep Cerise #E9358B
RGB
CMYK
RGB Variations
Color information
#E9358B (or 0xE9358B) is known color: Deep Cerise. HEX triplet: E9, 35 and 8B. RGB value is (233,53,139). Sum of RGB (Red+Green+Blue) = 233+53+139=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9358B is #16CA74. Grayscale: #747474. Windows color (decimal): -1493621 or 9123305. OLE color: 9123305.
HSL color Cylindrical-coordinate representation of color #E9358B: hue angle of 331.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9358B is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 139 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.09 |
| HSL | 331.33º | 0.8% | 0.56% | - |
| HSV(B) | 331.33º | 0.77% | 0.91% | - |
| XYZ | 39.54 | 21.73 | 26.54 | - |
| YUV | 116.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 139 | 0 | 0.77 | 0.40 | 0.09 | 331.33 | 0.8 | 0.56 |
| Hex | E9 | 35 | 8B | 0 | 4D | 28 | 9 | 14B | 50 | 38 |
| Octal | 351 | 65 | 213 | 0 | 115 | 50 | 11 | 513 | 120 | 70 |
| Binary | 11101001 | 110101 | 10001011 | 0 | 1001101 | 101000 | 1001 | 101001011 | 1010000 | 111000 |
Color Harmonies of #E9358B
Complementary color
Monochromatic Colors of #E9358B
Black with #E9358B
Text Example
Text Example
White with #E9358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9358B; }
p { color: rgb(233,53,139); }
H1.HeaderClassName
{
color: #E9358B;
}
.AnyTagClassName
{
color: #E9358B;
}
</style>
background-color css
<style>
a { background-color: #E9358B; }
a { background-color: rgb(233,53,139); }
div.DivClassName
{
background-color: #E9358B;
}
.BgClassName
{
background-color: #E9358B;
}
</style>
border-color css
<style>
span { border-color: #E9358B; }
span { border-color: rgb(233,53,139); }
td.TdClassName
{
border-color: #E9358B;
}
.TagClassName
{
border-color: #E9358B;
}
</style>