Shades of Cerise #EA2E68
Tints of Cerise #EA2E68
RGB
CMYK
RGB Variations
Color information
#EA2E68 (or 0xEA2E68) is known color: Cerise. HEX triplet: EA, 2E and 68. RGB value is (234,46,104). Sum of RGB (Red+Green+Blue) = 234+46+104=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2E68 is #15D197. Grayscale: #6C6C6C. Windows color (decimal): -1429912 or 6827754. OLE color: 6827754.
HSL color Cylindrical-coordinate representation of color #EA2E68: hue angle of 341.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2E68 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 104 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.08 |
| HSL | 341.49º | 0.82% | 0.55% | - |
| HSV(B) | 341.49º | 0.8% | 0.92% | - |
| XYZ | 37.41 | 20.45 | 15.07 | - |
| YUV | 108.82 | 125.28 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 104 | 0 | 0.80 | 0.56 | 0.08 | 341.49 | 0.82 | 0.55 |
| Hex | EA | 2E | 68 | 0 | 50 | 38 | 8 | 155 | 52 | 37 |
| Octal | 352 | 56 | 150 | 0 | 120 | 70 | 10 | 525 | 122 | 67 |
| Binary | 11101010 | 101110 | 1101000 | 0 | 1010000 | 111000 | 1000 | 101010101 | 1010010 | 110111 |
Color Harmonies of #EA2E68
Complementary color
Monochromatic Colors of #EA2E68
Black with #EA2E68
Text Example
Text Example
White with #EA2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2E68; }
p { color: rgb(234,46,104); }
H1.HeaderClassName
{
color: #EA2E68;
}
.AnyTagClassName
{
color: #EA2E68;
}
</style>
background-color css
<style>
a { background-color: #EA2E68; }
a { background-color: rgb(234,46,104); }
div.DivClassName
{
background-color: #EA2E68;
}
.BgClassName
{
background-color: #EA2E68;
}
</style>
border-color css
<style>
span { border-color: #EA2E68; }
span { border-color: rgb(234,46,104); }
td.TdClassName
{
border-color: #EA2E68;
}
.TagClassName
{
border-color: #EA2E68;
}
</style>