Shades of Cerise #ED326B
Tints of Cerise #ED326B
RGB
CMYK
RGB Variations
Color information
#ED326B (or 0xED326B) is known color: Cerise. HEX triplet: ED, 32 and 6B. RGB value is (237,50,107). Sum of RGB (Red+Green+Blue) = 237+50+107=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED326B is #12CD94. Grayscale: #707070. Windows color (decimal): -1232277 or 7025389. OLE color: 7025389.
HSL color Cylindrical-coordinate representation of color #ED326B: hue angle of 341.71º 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 #ED326B is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 107 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.07 |
| HSL | 341.71º | 0.84% | 0.56% | - |
| HSV(B) | 341.71º | 0.79% | 0.93% | - |
| XYZ | 38.72 | 21.35 | 15.99 | - |
| YUV | 112.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 107 | 0 | 0.79 | 0.55 | 0.07 | 341.71 | 0.84 | 0.56 |
| Hex | ED | 32 | 6B | 0 | 4F | 37 | 7 | 156 | 54 | 38 |
| Octal | 355 | 62 | 153 | 0 | 117 | 67 | 7 | 526 | 124 | 70 |
| Binary | 11101101 | 110010 | 1101011 | 0 | 1001111 | 110111 | 111 | 101010110 | 1010100 | 111000 |
Color Harmonies of #ED326B
Complementary color
Monochromatic Colors of #ED326B
Black with #ED326B
Text Example
Text Example
White with #ED326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED326B; }
p { color: rgb(237,50,107); }
H1.HeaderClassName
{
color: #ED326B;
}
.AnyTagClassName
{
color: #ED326B;
}
</style>
background-color css
<style>
a { background-color: #ED326B; }
a { background-color: rgb(237,50,107); }
div.DivClassName
{
background-color: #ED326B;
}
.BgClassName
{
background-color: #ED326B;
}
</style>
border-color css
<style>
span { border-color: #ED326B; }
span { border-color: rgb(237,50,107); }
td.TdClassName
{
border-color: #ED326B;
}
.TagClassName
{
border-color: #ED326B;
}
</style>