Shades of Cerise #EA385C
Tints of Cerise #EA385C
RGB
CMYK
RGB Variations
Color information
#EA385C (or 0xEA385C) is known color: Cerise. HEX triplet: EA, 38 and 5C. RGB value is (234,56,92). Sum of RGB (Red+Green+Blue) = 234+56+92=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA385C is #15C7A3. Grayscale: #717171. Windows color (decimal): -1427364 or 6043882. OLE color: 6043882.
HSL color Cylindrical-coordinate representation of color #EA385C: hue angle of 347.87º 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 #EA385C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 92 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.08 |
| HSL | 347.87º | 0.81% | 0.57% | - |
| HSV(B) | 347.87º | 0.76% | 0.92% | - |
| XYZ | 37.28 | 21.09 | 12.23 | - |
| YUV | 113.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 92 | 0 | 0.76 | 0.61 | 0.08 | 347.87 | 0.81 | 0.57 |
| Hex | EA | 38 | 5C | 0 | 4C | 3D | 8 | 15C | 51 | 39 |
| Octal | 352 | 70 | 134 | 0 | 114 | 75 | 10 | 534 | 121 | 71 |
| Binary | 11101010 | 111000 | 1011100 | 0 | 1001100 | 111101 | 1000 | 101011100 | 1010001 | 111001 |
Color Harmonies of #EA385C
Complementary color
Monochromatic Colors of #EA385C
Black with #EA385C
Text Example
Text Example
White with #EA385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA385C; }
p { color: rgb(234,56,92); }
H1.HeaderClassName
{
color: #EA385C;
}
.AnyTagClassName
{
color: #EA385C;
}
</style>
background-color css
<style>
a { background-color: #EA385C; }
a { background-color: rgb(234,56,92); }
div.DivClassName
{
background-color: #EA385C;
}
.BgClassName
{
background-color: #EA385C;
}
</style>
border-color css
<style>
span { border-color: #EA385C; }
span { border-color: rgb(234,56,92); }
td.TdClassName
{
border-color: #EA385C;
}
.TagClassName
{
border-color: #EA385C;
}
</style>