Shades of Cerise #ED2375
Tints of Cerise #ED2375
RGB
CMYK
RGB Variations
Color information
#ED2375 (or 0xED2375) is known color: Cerise. HEX triplet: ED, 23 and 75. RGB value is (237,35,117). Sum of RGB (Red+Green+Blue) = 237+35+117=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2375 is #12DC8A. Grayscale: #686868. Windows color (decimal): -1236107 or 7676909. OLE color: 7676909.
HSL color Cylindrical-coordinate representation of color #ED2375: hue angle of 335.64º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2375 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 117 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.07 |
| HSL | 335.64º | 0.85% | 0.53% | - |
| HSV(B) | 335.64º | 0.85% | 0.93% | - |
| XYZ | 38.74 | 20.49 | 18.74 | - |
| YUV | 104.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 117 | 0 | 0.85 | 0.51 | 0.07 | 335.64 | 0.85 | 0.53 |
| Hex | ED | 23 | 75 | 0 | 55 | 33 | 7 | 150 | 55 | 35 |
| Octal | 355 | 43 | 165 | 0 | 125 | 63 | 7 | 520 | 125 | 65 |
| Binary | 11101101 | 100011 | 1110101 | 0 | 1010101 | 110011 | 111 | 101010000 | 1010101 | 110101 |
Color Harmonies of #ED2375
Complementary color
Monochromatic Colors of #ED2375
Black with #ED2375
Text Example
Text Example
White with #ED2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2375; }
p { color: rgb(237,35,117); }
H1.HeaderClassName
{
color: #ED2375;
}
.AnyTagClassName
{
color: #ED2375;
}
</style>
background-color css
<style>
a { background-color: #ED2375; }
a { background-color: rgb(237,35,117); }
div.DivClassName
{
background-color: #ED2375;
}
.BgClassName
{
background-color: #ED2375;
}
</style>
border-color css
<style>
span { border-color: #ED2375; }
span { border-color: rgb(237,35,117); }
td.TdClassName
{
border-color: #ED2375;
}
.TagClassName
{
border-color: #ED2375;
}
</style>