Shades of Cerise #EA325C
Tints of Cerise #EA325C
RGB
CMYK
RGB Variations
Color information
#EA325C (or 0xEA325C) is known color: Cerise. HEX triplet: EA, 32 and 5C. RGB value is (234,50,92). Sum of RGB (Red+Green+Blue) = 234+50+92=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA325C is #15CDA3. Grayscale: #6D6D6D. Windows color (decimal): -1428900 or 6042346. OLE color: 6042346.
HSL color Cylindrical-coordinate representation of color #EA325C: hue angle of 346.3º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA325C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 92 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.08 |
| HSL | 346.3º | 0.81% | 0.56% | - |
| HSV(B) | 346.3º | 0.79% | 0.92% | - |
| XYZ | 37 | 20.55 | 12.14 | - |
| YUV | 109.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 92 | 0 | 0.79 | 0.61 | 0.08 | 346.3 | 0.81 | 0.56 |
| Hex | EA | 32 | 5C | 0 | 4F | 3D | 8 | 15A | 51 | 38 |
| Octal | 352 | 62 | 134 | 0 | 117 | 75 | 10 | 532 | 121 | 70 |
| Binary | 11101010 | 110010 | 1011100 | 0 | 1001111 | 111101 | 1000 | 101011010 | 1010001 | 111000 |
Color Harmonies of #EA325C
Complementary color
Monochromatic Colors of #EA325C
Black with #EA325C
Text Example
Text Example
White with #EA325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA325C; }
p { color: rgb(234,50,92); }
H1.HeaderClassName
{
color: #EA325C;
}
.AnyTagClassName
{
color: #EA325C;
}
</style>
background-color css
<style>
a { background-color: #EA325C; }
a { background-color: rgb(234,50,92); }
div.DivClassName
{
background-color: #EA325C;
}
.BgClassName
{
background-color: #EA325C;
}
</style>
border-color css
<style>
span { border-color: #EA325C; }
span { border-color: rgb(234,50,92); }
td.TdClassName
{
border-color: #EA325C;
}
.TagClassName
{
border-color: #EA325C;
}
</style>