Shades of Cerise #ED3365
Tints of Cerise #ED3365
RGB
CMYK
RGB Variations
Color information
#ED3365 (or 0xED3365) is known color: Cerise. HEX triplet: ED, 33 and 65. RGB value is (237,51,101). Sum of RGB (Red+Green+Blue) = 237+51+101=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3365 is #12CC9A. Grayscale: #707070. Windows color (decimal): -1232027 or 6632429. OLE color: 6632429.
HSL color Cylindrical-coordinate representation of color #ED3365: hue angle of 343.87º 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 #ED3365 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 101 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.07 |
| HSL | 343.87º | 0.84% | 0.56% | - |
| HSV(B) | 343.87º | 0.78% | 0.93% | - |
| XYZ | 38.46 | 21.31 | 14.4 | - |
| YUV | 112.31 | 121.62 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 101 | 0 | 0.78 | 0.57 | 0.07 | 343.87 | 0.84 | 0.56 |
| Hex | ED | 33 | 65 | 0 | 4E | 39 | 7 | 158 | 54 | 38 |
| Octal | 355 | 63 | 145 | 0 | 116 | 71 | 7 | 530 | 124 | 70 |
| Binary | 11101101 | 110011 | 1100101 | 0 | 1001110 | 111001 | 111 | 101011000 | 1010100 | 111000 |
Color Harmonies of #ED3365
Complementary color
Monochromatic Colors of #ED3365
Black with #ED3365
Text Example
Text Example
White with #ED3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3365; }
p { color: rgb(237,51,101); }
H1.HeaderClassName
{
color: #ED3365;
}
.AnyTagClassName
{
color: #ED3365;
}
</style>
background-color css
<style>
a { background-color: #ED3365; }
a { background-color: rgb(237,51,101); }
div.DivClassName
{
background-color: #ED3365;
}
.BgClassName
{
background-color: #ED3365;
}
</style>
border-color css
<style>
span { border-color: #ED3365; }
span { border-color: rgb(237,51,101); }
td.TdClassName
{
border-color: #ED3365;
}
.TagClassName
{
border-color: #ED3365;
}
</style>