Shades of Cerise #ED3364
Tints of Cerise #ED3364
RGB
CMYK
RGB Variations
Color information
#ED3364 (or 0xED3364) is known color: Cerise. HEX triplet: ED, 33 and 64. RGB value is (237,51,100). Sum of RGB (Red+Green+Blue) = 237+51+100=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3364 is #12CC9B. Grayscale: #707070. Windows color (decimal): -1232028 or 6566893. OLE color: 6566893.
HSL color Cylindrical-coordinate representation of color #ED3364: hue angle of 344.19º 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 #ED3364 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 100 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.07 |
| HSL | 344.19º | 0.84% | 0.56% | - |
| HSV(B) | 344.19º | 0.78% | 0.93% | - |
| XYZ | 38.41 | 21.29 | 14.14 | - |
| YUV | 112.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 100 | 0 | 0.78 | 0.58 | 0.07 | 344.19 | 0.84 | 0.56 |
| Hex | ED | 33 | 64 | 0 | 4E | 3A | 7 | 158 | 54 | 38 |
| Octal | 355 | 63 | 144 | 0 | 116 | 72 | 7 | 530 | 124 | 70 |
| Binary | 11101101 | 110011 | 1100100 | 0 | 1001110 | 111010 | 111 | 101011000 | 1010100 | 111000 |
Color Harmonies of #ED3364
Complementary color
Monochromatic Colors of #ED3364
Black with #ED3364
Text Example
Text Example
White with #ED3364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3364; }
p { color: rgb(237,51,100); }
H1.HeaderClassName
{
color: #ED3364;
}
.AnyTagClassName
{
color: #ED3364;
}
</style>
background-color css
<style>
a { background-color: #ED3364; }
a { background-color: rgb(237,51,100); }
div.DivClassName
{
background-color: #ED3364;
}
.BgClassName
{
background-color: #ED3364;
}
</style>
border-color css
<style>
span { border-color: #ED3364; }
span { border-color: rgb(237,51,100); }
td.TdClassName
{
border-color: #ED3364;
}
.TagClassName
{
border-color: #ED3364;
}
</style>