Shades of Deep Cerise #EB268B
Tints of Deep Cerise #EB268B
RGB
CMYK
RGB Variations
Color information
#EB268B (or 0xEB268B) is known color: Deep Cerise. HEX triplet: EB, 26 and 8B. RGB value is (235,38,139). Sum of RGB (Red+Green+Blue) = 235+38+139=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB268B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB268B is #14D974. Grayscale: #6C6C6C. Windows color (decimal): -1366389 or 9119467. OLE color: 9119467.
HSL color Cylindrical-coordinate representation of color #EB268B: hue angle of 329.24º 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 #EB268B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 139 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.08 |
| HSL | 329.24º | 0.83% | 0.54% | - |
| HSV(B) | 329.24º | 0.84% | 0.92% | - |
| XYZ | 39.61 | 20.91 | 26.37 | - |
| YUV | 108.42 | 145.27 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 139 | 0 | 0.84 | 0.41 | 0.08 | 329.24 | 0.83 | 0.54 |
| Hex | EB | 26 | 8B | 0 | 54 | 29 | 8 | 149 | 53 | 36 |
| Octal | 353 | 46 | 213 | 0 | 124 | 51 | 10 | 511 | 123 | 66 |
| Binary | 11101011 | 100110 | 10001011 | 0 | 1010100 | 101001 | 1000 | 101001001 | 1010011 | 110110 |
Color Harmonies of #EB268B
Complementary color
Monochromatic Colors of #EB268B
Black with #EB268B
Text Example
Text Example
White with #EB268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB268B; }
p { color: rgb(235,38,139); }
H1.HeaderClassName
{
color: #EB268B;
}
.AnyTagClassName
{
color: #EB268B;
}
</style>
background-color css
<style>
a { background-color: #EB268B; }
a { background-color: rgb(235,38,139); }
div.DivClassName
{
background-color: #EB268B;
}
.BgClassName
{
background-color: #EB268B;
}
</style>
border-color css
<style>
span { border-color: #EB268B; }
span { border-color: rgb(235,38,139); }
td.TdClassName
{
border-color: #EB268B;
}
.TagClassName
{
border-color: #EB268B;
}
</style>