Shades of Cerise #ED326C
Tints of Cerise #ED326C
RGB
CMYK
RGB Variations
Color information
#ED326C (or 0xED326C) is known color: Cerise. HEX triplet: ED, 32 and 6C. RGB value is (237,50,108). Sum of RGB (Red+Green+Blue) = 237+50+108=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED326C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED326C is #12CD93. Grayscale: #707070. Windows color (decimal): -1232276 or 7090925. OLE color: 7090925.
HSL color Cylindrical-coordinate representation of color #ED326C: hue angle of 341.39º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED326C is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 108 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.07 |
| HSL | 341.39º | 0.84% | 0.56% | - |
| HSV(B) | 341.39º | 0.79% | 0.93% | - |
| XYZ | 38.77 | 21.37 | 16.27 | - |
| YUV | 112.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 108 | 0 | 0.79 | 0.54 | 0.07 | 341.39 | 0.84 | 0.56 |
| Hex | ED | 32 | 6C | 0 | 4F | 36 | 7 | 155 | 54 | 38 |
| Octal | 355 | 62 | 154 | 0 | 117 | 66 | 7 | 525 | 124 | 70 |
| Binary | 11101101 | 110010 | 1101100 | 0 | 1001111 | 110110 | 111 | 101010101 | 1010100 | 111000 |
Color Harmonies of #ED326C
Complementary color
Monochromatic Colors of #ED326C
Black with #ED326C
Text Example
Text Example
White with #ED326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED326C; }
p { color: rgb(237,50,108); }
H1.HeaderClassName
{
color: #ED326C;
}
.AnyTagClassName
{
color: #ED326C;
}
</style>
background-color css
<style>
a { background-color: #ED326C; }
a { background-color: rgb(237,50,108); }
div.DivClassName
{
background-color: #ED326C;
}
.BgClassName
{
background-color: #ED326C;
}
</style>
border-color css
<style>
span { border-color: #ED326C; }
span { border-color: rgb(237,50,108); }
td.TdClassName
{
border-color: #ED326C;
}
.TagClassName
{
border-color: #ED326C;
}
</style>