Shades of Deep Cerise #EB277D
Tints of Deep Cerise #EB277D
RGB
CMYK
RGB Variations
Color information
#EB277D (or 0xEB277D) is known color: Deep Cerise. HEX triplet: EB, 27 and 7D. RGB value is (235,39,125). Sum of RGB (Red+Green+Blue) = 235+39+125=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB277D is #14D882. Grayscale: #6B6B6B. Windows color (decimal): -1366147 or 8202219. OLE color: 8202219.
HSL color Cylindrical-coordinate representation of color #EB277D: hue angle of 333.67º 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 #EB277D is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 125 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.08 |
| HSL | 333.67º | 0.83% | 0.54% | - |
| HSV(B) | 333.67º | 0.83% | 0.92% | - |
| XYZ | 38.69 | 20.59 | 21.34 | - |
| YUV | 107.41 | 137.93 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 125 | 0 | 0.83 | 0.47 | 0.08 | 333.67 | 0.83 | 0.54 |
| Hex | EB | 27 | 7D | 0 | 53 | 2F | 8 | 14E | 53 | 36 |
| Octal | 353 | 47 | 175 | 0 | 123 | 57 | 10 | 516 | 123 | 66 |
| Binary | 11101011 | 100111 | 1111101 | 0 | 1010011 | 101111 | 1000 | 101001110 | 1010011 | 110110 |
Color Harmonies of #EB277D
Complementary color
Monochromatic Colors of #EB277D
Black with #EB277D
Text Example
Text Example
White with #EB277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB277D; }
p { color: rgb(235,39,125); }
H1.HeaderClassName
{
color: #EB277D;
}
.AnyTagClassName
{
color: #EB277D;
}
</style>
background-color css
<style>
a { background-color: #EB277D; }
a { background-color: rgb(235,39,125); }
div.DivClassName
{
background-color: #EB277D;
}
.BgClassName
{
background-color: #EB277D;
}
</style>
border-color css
<style>
span { border-color: #EB277D; }
span { border-color: rgb(235,39,125); }
td.TdClassName
{
border-color: #EB277D;
}
.TagClassName
{
border-color: #EB277D;
}
</style>