Shades of Deep Cerise #E7369B
Tints of Deep Cerise #E7369B
RGB
CMYK
RGB Variations
Color information
#E7369B (or 0xE7369B) is known color: Deep Cerise. HEX triplet: E7, 36 and 9B. RGB value is (231,54,155). Sum of RGB (Red+Green+Blue) = 231+54+155=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7369B is #18C964. Grayscale: #767676. Windows color (decimal): -1624421 or 10172135. OLE color: 10172135.
HSL color Cylindrical-coordinate representation of color #E7369B: hue angle of 325.76º degrees, saturation: 0.79, 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 #E7369B is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 54 | 155 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.09 |
| HSL | 325.76º | 0.79% | 0.56% | - |
| HSV(B) | 325.76º | 0.77% | 0.91% | - |
| XYZ | 40.19 | 21.99 | 33.14 | - |
| YUV | 118.44 | 148.64 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 54 | 155 | 0 | 0.77 | 0.33 | 0.09 | 325.76 | 0.79 | 0.56 |
| Hex | E7 | 36 | 9B | 0 | 4D | 21 | 9 | 146 | 4F | 38 |
| Octal | 347 | 66 | 233 | 0 | 115 | 41 | 11 | 506 | 117 | 70 |
| Binary | 11100111 | 110110 | 10011011 | 0 | 1001101 | 100001 | 1001 | 101000110 | 1001111 | 111000 |
Color Harmonies of #E7369B
Complementary color
Monochromatic Colors of #E7369B
Black with #E7369B
Text Example
Text Example
White with #E7369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7369B; }
p { color: rgb(231,54,155); }
H1.HeaderClassName
{
color: #E7369B;
}
.AnyTagClassName
{
color: #E7369B;
}
</style>
background-color css
<style>
a { background-color: #E7369B; }
a { background-color: rgb(231,54,155); }
div.DivClassName
{
background-color: #E7369B;
}
.BgClassName
{
background-color: #E7369B;
}
</style>
border-color css
<style>
span { border-color: #E7369B; }
span { border-color: rgb(231,54,155); }
td.TdClassName
{
border-color: #E7369B;
}
.TagClassName
{
border-color: #E7369B;
}
</style>