Shades of Deep Cerise #ED2283
Tints of Deep Cerise #ED2283
RGB
CMYK
RGB Variations
Color information
#ED2283 (or 0xED2283) is known color: Deep Cerise. HEX triplet: ED, 22 and 83. RGB value is (237,34,131). Sum of RGB (Red+Green+Blue) = 237+34+131=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2283 is #12DD7C. Grayscale: #696969. Windows color (decimal): -1236349 or 8594157. OLE color: 8594157.
HSL color Cylindrical-coordinate representation of color #ED2283: hue angle of 331.33º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2283 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 131 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.07 |
| HSL | 331.33º | 0.85% | 0.53% | - |
| HSV(B) | 331.33º | 0.86% | 0.93% | - |
| XYZ | 39.59 | 20.79 | 23.4 | - |
| YUV | 105.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 131 | 0 | 0.86 | 0.45 | 0.07 | 331.33 | 0.85 | 0.53 |
| Hex | ED | 22 | 83 | 0 | 56 | 2D | 7 | 14B | 55 | 35 |
| Octal | 355 | 42 | 203 | 0 | 126 | 55 | 7 | 513 | 125 | 65 |
| Binary | 11101101 | 100010 | 10000011 | 0 | 1010110 | 101101 | 111 | 101001011 | 1010101 | 110101 |
Color Harmonies of #ED2283
Complementary color
Monochromatic Colors of #ED2283
Black with #ED2283
Text Example
Text Example
White with #ED2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2283; }
p { color: rgb(237,34,131); }
H1.HeaderClassName
{
color: #ED2283;
}
.AnyTagClassName
{
color: #ED2283;
}
</style>
background-color css
<style>
a { background-color: #ED2283; }
a { background-color: rgb(237,34,131); }
div.DivClassName
{
background-color: #ED2283;
}
.BgClassName
{
background-color: #ED2283;
}
</style>
border-color css
<style>
span { border-color: #ED2283; }
span { border-color: rgb(237,34,131); }
td.TdClassName
{
border-color: #ED2283;
}
.TagClassName
{
border-color: #ED2283;
}
</style>