Shades of Cerise #ED3175
Tints of Cerise #ED3175
RGB
CMYK
RGB Variations
Color information
#ED3175 (or 0xED3175) is known color: Cerise. HEX triplet: ED, 31 and 75. RGB value is (237,49,117). Sum of RGB (Red+Green+Blue) = 237+49+117=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3175 is #12CE8A. Grayscale: #707070. Windows color (decimal): -1232523 or 7680493. OLE color: 7680493.
HSL color Cylindrical-coordinate representation of color #ED3175: hue angle of 338.3º 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 #ED3175 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 117 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.07 |
| HSL | 338.3º | 0.84% | 0.56% | - |
| HSV(B) | 338.3º | 0.79% | 0.93% | - |
| XYZ | 39.23 | 21.49 | 18.91 | - |
| YUV | 112.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 117 | 0 | 0.79 | 0.51 | 0.07 | 338.3 | 0.84 | 0.56 |
| Hex | ED | 31 | 75 | 0 | 4F | 33 | 7 | 152 | 54 | 38 |
| Octal | 355 | 61 | 165 | 0 | 117 | 63 | 7 | 522 | 124 | 70 |
| Binary | 11101101 | 110001 | 1110101 | 0 | 1001111 | 110011 | 111 | 101010010 | 1010100 | 111000 |
Color Harmonies of #ED3175
Complementary color
Monochromatic Colors of #ED3175
Black with #ED3175
Text Example
Text Example
White with #ED3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3175; }
p { color: rgb(237,49,117); }
H1.HeaderClassName
{
color: #ED3175;
}
.AnyTagClassName
{
color: #ED3175;
}
</style>
background-color css
<style>
a { background-color: #ED3175; }
a { background-color: rgb(237,49,117); }
div.DivClassName
{
background-color: #ED3175;
}
.BgClassName
{
background-color: #ED3175;
}
</style>
border-color css
<style>
span { border-color: #ED3175; }
span { border-color: rgb(237,49,117); }
td.TdClassName
{
border-color: #ED3175;
}
.TagClassName
{
border-color: #ED3175;
}
</style>