Shades of Cerise #ED2E68
Tints of Cerise #ED2E68
RGB
CMYK
RGB Variations
Color information
#ED2E68 (or 0xED2E68) is known color: Cerise. HEX triplet: ED, 2E and 68. RGB value is (237,46,104). Sum of RGB (Red+Green+Blue) = 237+46+104=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2E68 is #12D197. Grayscale: #6D6D6D. Windows color (decimal): -1233304 or 6827757. OLE color: 6827757.
HSL color Cylindrical-coordinate representation of color #ED2E68: hue angle of 341.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2E68 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 46 | 104 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.07 |
| HSL | 341.78º | 0.84% | 0.55% | - |
| HSV(B) | 341.78º | 0.81% | 0.93% | - |
| XYZ | 38.4 | 20.96 | 15.12 | - |
| YUV | 109.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 104 | 0 | 0.81 | 0.56 | 0.07 | 341.78 | 0.84 | 0.55 |
| Hex | ED | 2E | 68 | 0 | 51 | 38 | 7 | 156 | 54 | 37 |
| Octal | 355 | 56 | 150 | 0 | 121 | 70 | 7 | 526 | 124 | 67 |
| Binary | 11101101 | 101110 | 1101000 | 0 | 1010001 | 111000 | 111 | 101010110 | 1010100 | 110111 |
Color Harmonies of #ED2E68
Complementary color
Monochromatic Colors of #ED2E68
Black with #ED2E68
Text Example
Text Example
White with #ED2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2E68; }
p { color: rgb(237,46,104); }
H1.HeaderClassName
{
color: #ED2E68;
}
.AnyTagClassName
{
color: #ED2E68;
}
</style>
background-color css
<style>
a { background-color: #ED2E68; }
a { background-color: rgb(237,46,104); }
div.DivClassName
{
background-color: #ED2E68;
}
.BgClassName
{
background-color: #ED2E68;
}
</style>
border-color css
<style>
span { border-color: #ED2E68; }
span { border-color: rgb(237,46,104); }
td.TdClassName
{
border-color: #ED2E68;
}
.TagClassName
{
border-color: #ED2E68;
}
</style>