Shades of Deep Cerise #EB268C
Tints of Deep Cerise #EB268C
RGB
CMYK
RGB Variations
Color information
#EB268C (or 0xEB268C) is known color: Deep Cerise. HEX triplet: EB, 26 and 8C. RGB value is (235,38,140). Sum of RGB (Red+Green+Blue) = 235+38+140=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB268C is #14D973. Grayscale: #6C6C6C. Windows color (decimal): -1366388 or 9185003. OLE color: 9185003.
HSL color Cylindrical-coordinate representation of color #EB268C: hue angle of 328.93º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB268C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 140 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.08 |
| HSL | 328.93º | 0.83% | 0.54% | - |
| HSV(B) | 328.93º | 0.84% | 0.92% | - |
| XYZ | 39.69 | 20.94 | 26.76 | - |
| YUV | 108.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 140 | 0 | 0.84 | 0.40 | 0.08 | 328.93 | 0.83 | 0.54 |
| Hex | EB | 26 | 8C | 0 | 54 | 28 | 8 | 149 | 53 | 36 |
| Octal | 353 | 46 | 214 | 0 | 124 | 50 | 10 | 511 | 123 | 66 |
| Binary | 11101011 | 100110 | 10001100 | 0 | 1010100 | 101000 | 1000 | 101001001 | 1010011 | 110110 |
Color Harmonies of #EB268C
Complementary color
Monochromatic Colors of #EB268C
Black with #EB268C
Text Example
Text Example
White with #EB268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB268C; }
p { color: rgb(235,38,140); }
H1.HeaderClassName
{
color: #EB268C;
}
.AnyTagClassName
{
color: #EB268C;
}
</style>
background-color css
<style>
a { background-color: #EB268C; }
a { background-color: rgb(235,38,140); }
div.DivClassName
{
background-color: #EB268C;
}
.BgClassName
{
background-color: #EB268C;
}
</style>
border-color css
<style>
span { border-color: #EB268C; }
span { border-color: rgb(235,38,140); }
td.TdClassName
{
border-color: #EB268C;
}
.TagClassName
{
border-color: #EB268C;
}
</style>