Shades of Cerise #ED226B
Tints of Cerise #ED226B
RGB
CMYK
RGB Variations
Color information
#ED226B (or 0xED226B) is known color: Cerise. HEX triplet: ED, 22 and 6B. RGB value is (237,34,107). Sum of RGB (Red+Green+Blue) = 237+34+107=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED226B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED226B is #12DD94. Grayscale: #666666. Windows color (decimal): -1236373 or 7021293. OLE color: 7021293.
HSL color Cylindrical-coordinate representation of color #ED226B: hue angle of 338.42º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED226B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 107 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 338.42º | 0.85% | 0.53% | - |
| HSV(B) | 338.42º | 0.86% | 0.93% | - |
| XYZ | 38.15 | 20.21 | 15.8 | - |
| YUV | 103.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 107 | 0 | 0.86 | 0.55 | 0.07 | 338.42 | 0.85 | 0.53 |
| Hex | ED | 22 | 6B | 0 | 56 | 37 | 7 | 152 | 55 | 35 |
| Octal | 355 | 42 | 153 | 0 | 126 | 67 | 7 | 522 | 125 | 65 |
| Binary | 11101101 | 100010 | 1101011 | 0 | 1010110 | 110111 | 111 | 101010010 | 1010101 | 110101 |
Color Harmonies of #ED226B
Complementary color
Monochromatic Colors of #ED226B
Black with #ED226B
Text Example
Text Example
White with #ED226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED226B; }
p { color: rgb(237,34,107); }
H1.HeaderClassName
{
color: #ED226B;
}
.AnyTagClassName
{
color: #ED226B;
}
</style>
background-color css
<style>
a { background-color: #ED226B; }
a { background-color: rgb(237,34,107); }
div.DivClassName
{
background-color: #ED226B;
}
.BgClassName
{
background-color: #ED226B;
}
</style>
border-color css
<style>
span { border-color: #ED226B; }
span { border-color: rgb(237,34,107); }
td.TdClassName
{
border-color: #ED226B;
}
.TagClassName
{
border-color: #ED226B;
}
</style>