Shades of Cerise #ED336B
Tints of Cerise #ED336B
RGB
CMYK
RGB Variations
Color information
#ED336B (or 0xED336B) is known color: Cerise. HEX triplet: ED, 33 and 6B. RGB value is (237,51,107). Sum of RGB (Red+Green+Blue) = 237+51+107=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED336B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED336B is #12CC94. Grayscale: #707070. Windows color (decimal): -1232021 or 7025645. OLE color: 7025645.
HSL color Cylindrical-coordinate representation of color #ED336B: hue angle of 341.94º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED336B is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 107 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.07 |
| HSL | 341.94º | 0.84% | 0.56% | - |
| HSV(B) | 341.94º | 0.78% | 0.93% | - |
| XYZ | 38.76 | 21.43 | 16 | - |
| YUV | 113 | 124.62 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 107 | 0 | 0.78 | 0.55 | 0.07 | 341.94 | 0.84 | 0.56 |
| Hex | ED | 33 | 6B | 0 | 4E | 37 | 7 | 156 | 54 | 38 |
| Octal | 355 | 63 | 153 | 0 | 116 | 67 | 7 | 526 | 124 | 70 |
| Binary | 11101101 | 110011 | 1101011 | 0 | 1001110 | 110111 | 111 | 101010110 | 1010100 | 111000 |
Color Harmonies of #ED336B
Complementary color
Monochromatic Colors of #ED336B
Black with #ED336B
Text Example
Text Example
White with #ED336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED336B; }
p { color: rgb(237,51,107); }
H1.HeaderClassName
{
color: #ED336B;
}
.AnyTagClassName
{
color: #ED336B;
}
</style>
background-color css
<style>
a { background-color: #ED336B; }
a { background-color: rgb(237,51,107); }
div.DivClassName
{
background-color: #ED336B;
}
.BgClassName
{
background-color: #ED336B;
}
</style>
border-color css
<style>
span { border-color: #ED336B; }
span { border-color: rgb(237,51,107); }
td.TdClassName
{
border-color: #ED336B;
}
.TagClassName
{
border-color: #ED336B;
}
</style>