Shades of Cerise #EA2673
Tints of Cerise #EA2673
RGB
CMYK
RGB Variations
Color information
#EA2673 (or 0xEA2673) is known color: Cerise. HEX triplet: EA, 26 and 73. RGB value is (234,38,115). Sum of RGB (Red+Green+Blue) = 234+38+115=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2673 is #15D98C. Grayscale: #696969. Windows color (decimal): -1431949 or 7546602. OLE color: 7546602.
HSL color Cylindrical-coordinate representation of color #EA2673: hue angle of 336.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2673 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 115 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.08 |
| HSL | 336.43º | 0.82% | 0.53% | - |
| HSV(B) | 336.43º | 0.84% | 0.92% | - |
| XYZ | 37.72 | 20.12 | 18.11 | - |
| YUV | 105.38 | 133.43 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 115 | 0 | 0.84 | 0.51 | 0.08 | 336.43 | 0.82 | 0.53 |
| Hex | EA | 26 | 73 | 0 | 54 | 33 | 8 | 150 | 52 | 35 |
| Octal | 352 | 46 | 163 | 0 | 124 | 63 | 10 | 520 | 122 | 65 |
| Binary | 11101010 | 100110 | 1110011 | 0 | 1010100 | 110011 | 1000 | 101010000 | 1010010 | 110101 |
Color Harmonies of #EA2673
Complementary color
Monochromatic Colors of #EA2673
Black with #EA2673
Text Example
Text Example
White with #EA2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2673; }
p { color: rgb(234,38,115); }
H1.HeaderClassName
{
color: #EA2673;
}
.AnyTagClassName
{
color: #EA2673;
}
</style>
background-color css
<style>
a { background-color: #EA2673; }
a { background-color: rgb(234,38,115); }
div.DivClassName
{
background-color: #EA2673;
}
.BgClassName
{
background-color: #EA2673;
}
</style>
border-color css
<style>
span { border-color: #EA2673; }
span { border-color: rgb(234,38,115); }
td.TdClassName
{
border-color: #EA2673;
}
.TagClassName
{
border-color: #EA2673;
}
</style>