Shades of Deep Cerise #EB377F
Tints of Deep Cerise #EB377F
RGB
CMYK
RGB Variations
Color information
#EB377F (or 0xEB377F) is known color: Deep Cerise. HEX triplet: EB, 37 and 7F. RGB value is (235,55,127). Sum of RGB (Red+Green+Blue) = 235+55+127=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB377F is #14C880. Grayscale: #747474. Windows color (decimal): -1362049 or 8337387. OLE color: 8337387.
HSL color Cylindrical-coordinate representation of color #EB377F: hue angle of 336º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB377F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 127 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.08 |
| HSL | 336º | 0.82% | 0.57% | - |
| HSV(B) | 336º | 0.77% | 0.92% | - |
| XYZ | 39.46 | 21.93 | 22.23 | - |
| YUV | 117.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 127 | 0 | 0.77 | 0.46 | 0.08 | 336 | 0.82 | 0.57 |
| Hex | EB | 37 | 7F | 0 | 4D | 2E | 8 | 150 | 52 | 39 |
| Octal | 353 | 67 | 177 | 0 | 115 | 56 | 10 | 520 | 122 | 71 |
| Binary | 11101011 | 110111 | 1111111 | 0 | 1001101 | 101110 | 1000 | 101010000 | 1010010 | 111001 |
Color Harmonies of #EB377F
Complementary color
Monochromatic Colors of #EB377F
Black with #EB377F
Text Example
Text Example
White with #EB377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB377F; }
p { color: rgb(235,55,127); }
H1.HeaderClassName
{
color: #EB377F;
}
.AnyTagClassName
{
color: #EB377F;
}
</style>
background-color css
<style>
a { background-color: #EB377F; }
a { background-color: rgb(235,55,127); }
div.DivClassName
{
background-color: #EB377F;
}
.BgClassName
{
background-color: #EB377F;
}
</style>
border-color css
<style>
span { border-color: #EB377F; }
span { border-color: rgb(235,55,127); }
td.TdClassName
{
border-color: #EB377F;
}
.TagClassName
{
border-color: #EB377F;
}
</style>