Shades of Deep Cerise #EB277C
Tints of Deep Cerise #EB277C
RGB
CMYK
RGB Variations
Color information
#EB277C (or 0xEB277C) is known color: Deep Cerise. HEX triplet: EB, 27 and 7C. RGB value is (235,39,124). Sum of RGB (Red+Green+Blue) = 235+39+124=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB277C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB277C is #14D883. Grayscale: #6B6B6B. Windows color (decimal): -1366148 or 8136683. OLE color: 8136683.
HSL color Cylindrical-coordinate representation of color #EB277C: hue angle of 333.98º 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 #EB277C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 124 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.08 |
| HSL | 333.98º | 0.83% | 0.54% | - |
| HSV(B) | 333.98º | 0.83% | 0.92% | - |
| XYZ | 38.62 | 20.57 | 21 | - |
| YUV | 107.29 | 137.43 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 124 | 0 | 0.83 | 0.47 | 0.08 | 333.98 | 0.83 | 0.54 |
| Hex | EB | 27 | 7C | 0 | 53 | 2F | 8 | 14E | 53 | 36 |
| Octal | 353 | 47 | 174 | 0 | 123 | 57 | 10 | 516 | 123 | 66 |
| Binary | 11101011 | 100111 | 1111100 | 0 | 1010011 | 101111 | 1000 | 101001110 | 1010011 | 110110 |
Color Harmonies of #EB277C
Complementary color
Monochromatic Colors of #EB277C
Black with #EB277C
Text Example
Text Example
White with #EB277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB277C; }
p { color: rgb(235,39,124); }
H1.HeaderClassName
{
color: #EB277C;
}
.AnyTagClassName
{
color: #EB277C;
}
</style>
background-color css
<style>
a { background-color: #EB277C; }
a { background-color: rgb(235,39,124); }
div.DivClassName
{
background-color: #EB277C;
}
.BgClassName
{
background-color: #EB277C;
}
</style>
border-color css
<style>
span { border-color: #EB277C; }
span { border-color: rgb(235,39,124); }
td.TdClassName
{
border-color: #EB277C;
}
.TagClassName
{
border-color: #EB277C;
}
</style>