Shades of Deep Cerise #EA387D
Tints of Deep Cerise #EA387D
RGB
CMYK
RGB Variations
Color information
#EA387D (or 0xEA387D) is known color: Deep Cerise. HEX triplet: EA, 38 and 7D. RGB value is (234,56,125). Sum of RGB (Red+Green+Blue) = 234+56+125=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA387D is #15C782. Grayscale: #747474. Windows color (decimal): -1427331 or 8206570. OLE color: 8206570.
HSL color Cylindrical-coordinate representation of color #EA387D: hue angle of 336.74º degrees, saturation: 0.81, 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 #EA387D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 125 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.08 |
| HSL | 336.74º | 0.81% | 0.57% | - |
| HSV(B) | 336.74º | 0.76% | 0.92% | - |
| XYZ | 39.05 | 21.8 | 21.55 | - |
| YUV | 117.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 125 | 0 | 0.76 | 0.47 | 0.08 | 336.74 | 0.81 | 0.57 |
| Hex | EA | 38 | 7D | 0 | 4C | 2F | 8 | 151 | 51 | 39 |
| Octal | 352 | 70 | 175 | 0 | 114 | 57 | 10 | 521 | 121 | 71 |
| Binary | 11101010 | 111000 | 1111101 | 0 | 1001100 | 101111 | 1000 | 101010001 | 1010001 | 111001 |
Color Harmonies of #EA387D
Complementary color
Monochromatic Colors of #EA387D
Black with #EA387D
Text Example
Text Example
White with #EA387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA387D; }
p { color: rgb(234,56,125); }
H1.HeaderClassName
{
color: #EA387D;
}
.AnyTagClassName
{
color: #EA387D;
}
</style>
background-color css
<style>
a { background-color: #EA387D; }
a { background-color: rgb(234,56,125); }
div.DivClassName
{
background-color: #EA387D;
}
.BgClassName
{
background-color: #EA387D;
}
</style>
border-color css
<style>
span { border-color: #EA387D; }
span { border-color: rgb(234,56,125); }
td.TdClassName
{
border-color: #EA387D;
}
.TagClassName
{
border-color: #EA387D;
}
</style>