Shades of Cerise #ED3275
Tints of Cerise #ED3275
RGB
CMYK
RGB Variations
Color information
#ED3275 (or 0xED3275) is known color: Cerise. HEX triplet: ED, 32 and 75. RGB value is (237,50,117). Sum of RGB (Red+Green+Blue) = 237+50+117=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3275 is #12CD8A. Grayscale: #717171. Windows color (decimal): -1232267 or 7680749. OLE color: 7680749.
HSL color Cylindrical-coordinate representation of color #ED3275: hue angle of 338.5º 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 #ED3275 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 117 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.07 |
| HSL | 338.5º | 0.84% | 0.56% | - |
| HSV(B) | 338.5º | 0.79% | 0.93% | - |
| XYZ | 39.28 | 21.57 | 18.92 | - |
| YUV | 113.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 117 | 0 | 0.79 | 0.51 | 0.07 | 338.5 | 0.84 | 0.56 |
| Hex | ED | 32 | 75 | 0 | 4F | 33 | 7 | 153 | 54 | 38 |
| Octal | 355 | 62 | 165 | 0 | 117 | 63 | 7 | 523 | 124 | 70 |
| Binary | 11101101 | 110010 | 1110101 | 0 | 1001111 | 110011 | 111 | 101010011 | 1010100 | 111000 |
Color Harmonies of #ED3275
Complementary color
Monochromatic Colors of #ED3275
Black with #ED3275
Text Example
Text Example
White with #ED3275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3275; }
p { color: rgb(237,50,117); }
H1.HeaderClassName
{
color: #ED3275;
}
.AnyTagClassName
{
color: #ED3275;
}
</style>
background-color css
<style>
a { background-color: #ED3275; }
a { background-color: rgb(237,50,117); }
div.DivClassName
{
background-color: #ED3275;
}
.BgClassName
{
background-color: #ED3275;
}
</style>
border-color css
<style>
span { border-color: #ED3275; }
span { border-color: rgb(237,50,117); }
td.TdClassName
{
border-color: #ED3275;
}
.TagClassName
{
border-color: #ED3275;
}
</style>