Shades of Cerise #ED2268
Tints of Cerise #ED2268
RGB
CMYK
RGB Variations
Color information
#ED2268 (or 0xED2268) is known color: Cerise. HEX triplet: ED, 22 and 68. RGB value is (237,34,104). Sum of RGB (Red+Green+Blue) = 237+34+104=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2268 is #12DD97. Grayscale: #666666. Windows color (decimal): -1236376 or 6824685. OLE color: 6824685.
HSL color Cylindrical-coordinate representation of color #ED2268: hue angle of 339.31º 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 #ED2268 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 104 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.07 |
| HSL | 339.31º | 0.85% | 0.53% | - |
| HSV(B) | 339.31º | 0.86% | 0.93% | - |
| XYZ | 38 | 20.15 | 14.98 | - |
| YUV | 102.68 | 128.75 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 104 | 0 | 0.86 | 0.56 | 0.07 | 339.31 | 0.85 | 0.53 |
| Hex | ED | 22 | 68 | 0 | 56 | 38 | 7 | 153 | 55 | 35 |
| Octal | 355 | 42 | 150 | 0 | 126 | 70 | 7 | 523 | 125 | 65 |
| Binary | 11101101 | 100010 | 1101000 | 0 | 1010110 | 111000 | 111 | 101010011 | 1010101 | 110101 |
Color Harmonies of #ED2268
Complementary color
Monochromatic Colors of #ED2268
Black with #ED2268
Text Example
Text Example
White with #ED2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2268; }
p { color: rgb(237,34,104); }
H1.HeaderClassName
{
color: #ED2268;
}
.AnyTagClassName
{
color: #ED2268;
}
</style>
background-color css
<style>
a { background-color: #ED2268; }
a { background-color: rgb(237,34,104); }
div.DivClassName
{
background-color: #ED2268;
}
.BgClassName
{
background-color: #ED2268;
}
</style>
border-color css
<style>
span { border-color: #ED2268; }
span { border-color: rgb(237,34,104); }
td.TdClassName
{
border-color: #ED2268;
}
.TagClassName
{
border-color: #ED2268;
}
</style>