Shades of Deep Cerise #EB388F
Tints of Deep Cerise #EB388F
RGB
CMYK
RGB Variations
Color information
#EB388F (or 0xEB388F) is known color: Deep Cerise. HEX triplet: EB, 38 and 8F. RGB value is (235,56,143). Sum of RGB (Red+Green+Blue) = 235+56+143=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB388F is #14C770. Grayscale: #777777. Windows color (decimal): -1361777 or 9386219. OLE color: 9386219.
HSL color Cylindrical-coordinate representation of color #EB388F: hue angle of 330.84º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB388F is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 143 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.08 |
| HSL | 330.84º | 0.82% | 0.57% | - |
| HSV(B) | 330.84º | 0.76% | 0.92% | - |
| XYZ | 40.63 | 22.47 | 28.18 | - |
| YUV | 119.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 143 | 0 | 0.76 | 0.39 | 0.08 | 330.84 | 0.82 | 0.57 |
| Hex | EB | 38 | 8F | 0 | 4C | 27 | 8 | 14B | 52 | 39 |
| Octal | 353 | 70 | 217 | 0 | 114 | 47 | 10 | 513 | 122 | 71 |
| Binary | 11101011 | 111000 | 10001111 | 0 | 1001100 | 100111 | 1000 | 101001011 | 1010010 | 111001 |
Color Harmonies of #EB388F
Complementary color
Monochromatic Colors of #EB388F
Black with #EB388F
Text Example
Text Example
White with #EB388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB388F; }
p { color: rgb(235,56,143); }
H1.HeaderClassName
{
color: #EB388F;
}
.AnyTagClassName
{
color: #EB388F;
}
</style>
background-color css
<style>
a { background-color: #EB388F; }
a { background-color: rgb(235,56,143); }
div.DivClassName
{
background-color: #EB388F;
}
.BgClassName
{
background-color: #EB388F;
}
</style>
border-color css
<style>
span { border-color: #EB388F; }
span { border-color: rgb(235,56,143); }
td.TdClassName
{
border-color: #EB388F;
}
.TagClassName
{
border-color: #EB388F;
}
</style>