Shades of Deep Cerise #EB278B
Tints of Deep Cerise #EB278B
RGB
CMYK
RGB Variations
Color information
#EB278B (or 0xEB278B) is known color: Deep Cerise. HEX triplet: EB, 27 and 8B. RGB value is (235,39,139). Sum of RGB (Red+Green+Blue) = 235+39+139=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB278B is #14D874. Grayscale: #6C6C6C. Windows color (decimal): -1366133 or 9119723. OLE color: 9119723.
HSL color Cylindrical-coordinate representation of color #EB278B: hue angle of 329.39º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB278B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 139 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.08 |
| HSL | 329.39º | 0.83% | 0.54% | - |
| HSV(B) | 329.39º | 0.83% | 0.92% | - |
| XYZ | 39.65 | 20.98 | 26.39 | - |
| YUV | 109 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 139 | 0 | 0.83 | 0.41 | 0.08 | 329.39 | 0.83 | 0.54 |
| Hex | EB | 27 | 8B | 0 | 53 | 29 | 8 | 149 | 53 | 36 |
| Octal | 353 | 47 | 213 | 0 | 123 | 51 | 10 | 511 | 123 | 66 |
| Binary | 11101011 | 100111 | 10001011 | 0 | 1010011 | 101001 | 1000 | 101001001 | 1010011 | 110110 |
Color Harmonies of #EB278B
Complementary color
Monochromatic Colors of #EB278B
Black with #EB278B
Text Example
Text Example
White with #EB278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB278B; }
p { color: rgb(235,39,139); }
H1.HeaderClassName
{
color: #EB278B;
}
.AnyTagClassName
{
color: #EB278B;
}
</style>
background-color css
<style>
a { background-color: #EB278B; }
a { background-color: rgb(235,39,139); }
div.DivClassName
{
background-color: #EB278B;
}
.BgClassName
{
background-color: #EB278B;
}
</style>
border-color css
<style>
span { border-color: #EB278B; }
span { border-color: rgb(235,39,139); }
td.TdClassName
{
border-color: #EB278B;
}
.TagClassName
{
border-color: #EB278B;
}
</style>