Shades of Deep Cerise #EA387F
Tints of Deep Cerise #EA387F
RGB
CMYK
RGB Variations
Color information
#EA387F (or 0xEA387F) is known color: Deep Cerise. HEX triplet: EA, 38 and 7F. RGB value is (234,56,127). Sum of RGB (Red+Green+Blue) = 234+56+127=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA387F is #15C780. Grayscale: #757575. Windows color (decimal): -1427329 or 8337642. OLE color: 8337642.
HSL color Cylindrical-coordinate representation of color #EA387F: hue angle of 336.07º 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 #EA387F is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 127 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.08 |
| HSL | 336.07º | 0.81% | 0.57% | - |
| HSV(B) | 336.07º | 0.76% | 0.92% | - |
| XYZ | 39.18 | 21.85 | 22.23 | - |
| YUV | 117.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 127 | 0 | 0.76 | 0.46 | 0.08 | 336.07 | 0.81 | 0.57 |
| Hex | EA | 38 | 7F | 0 | 4C | 2E | 8 | 150 | 51 | 39 |
| Octal | 352 | 70 | 177 | 0 | 114 | 56 | 10 | 520 | 121 | 71 |
| Binary | 11101010 | 111000 | 1111111 | 0 | 1001100 | 101110 | 1000 | 101010000 | 1010001 | 111001 |
Color Harmonies of #EA387F
Complementary color
Monochromatic Colors of #EA387F
Black with #EA387F
Text Example
Text Example
White with #EA387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA387F; }
p { color: rgb(234,56,127); }
H1.HeaderClassName
{
color: #EA387F;
}
.AnyTagClassName
{
color: #EA387F;
}
</style>
background-color css
<style>
a { background-color: #EA387F; }
a { background-color: rgb(234,56,127); }
div.DivClassName
{
background-color: #EA387F;
}
.BgClassName
{
background-color: #EA387F;
}
</style>
border-color css
<style>
span { border-color: #EA387F; }
span { border-color: rgb(234,56,127); }
td.TdClassName
{
border-color: #EA387F;
}
.TagClassName
{
border-color: #EA387F;
}
</style>