Shades of Cerise #ED335D
Tints of Cerise #ED335D
RGB
CMYK
RGB Variations
Color information
#ED335D (or 0xED335D) is known color: Cerise. HEX triplet: ED, 33 and 5D. RGB value is (237,51,93). Sum of RGB (Red+Green+Blue) = 237+51+93=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED335D is #12CCA2. Grayscale: #6F6F6F. Windows color (decimal): -1232035 or 6108141. OLE color: 6108141.
HSL color Cylindrical-coordinate representation of color #ED335D: hue angle of 346.45º 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 #ED335D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 346.45º | 0.84% | 0.56% | - |
| HSV(B) | 346.45º | 0.78% | 0.93% | - |
| XYZ | 38.08 | 21.16 | 12.43 | - |
| YUV | 111.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 93 | 0 | 0.78 | 0.61 | 0.07 | 346.45 | 0.84 | 0.56 |
| Hex | ED | 33 | 5D | 0 | 4E | 3D | 7 | 15A | 54 | 38 |
| Octal | 355 | 63 | 135 | 0 | 116 | 75 | 7 | 532 | 124 | 70 |
| Binary | 11101101 | 110011 | 1011101 | 0 | 1001110 | 111101 | 111 | 101011010 | 1010100 | 111000 |
Color Harmonies of #ED335D
Complementary color
Monochromatic Colors of #ED335D
Black with #ED335D
Text Example
Text Example
White with #ED335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED335D; }
p { color: rgb(237,51,93); }
H1.HeaderClassName
{
color: #ED335D;
}
.AnyTagClassName
{
color: #ED335D;
}
</style>
background-color css
<style>
a { background-color: #ED335D; }
a { background-color: rgb(237,51,93); }
div.DivClassName
{
background-color: #ED335D;
}
.BgClassName
{
background-color: #ED335D;
}
</style>
border-color css
<style>
span { border-color: #ED335D; }
span { border-color: rgb(237,51,93); }
td.TdClassName
{
border-color: #ED335D;
}
.TagClassName
{
border-color: #ED335D;
}
</style>