Shades of Deep Cerise #ED3380
Tints of Deep Cerise #ED3380
RGB
CMYK
RGB Variations
Color information
#ED3380 (or 0xED3380) is known color: Deep Cerise. HEX triplet: ED, 33 and 80. RGB value is (237,51,128). Sum of RGB (Red+Green+Blue) = 237+51+128=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3380 is #12CC7F. Grayscale: #737373. Windows color (decimal): -1232000 or 8401901. OLE color: 8401901.
HSL color Cylindrical-coordinate representation of color #ED3380: hue angle of 335.16º 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 #ED3380 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 128 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.07 |
| HSL | 335.16º | 0.84% | 0.56% | - |
| HSV(B) | 335.16º | 0.78% | 0.93% | - |
| XYZ | 40.01 | 21.93 | 22.55 | - |
| YUV | 115.39 | 135.12 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 128 | 0 | 0.78 | 0.46 | 0.07 | 335.16 | 0.84 | 0.56 |
| Hex | ED | 33 | 80 | 0 | 4E | 2E | 7 | 14F | 54 | 38 |
| Octal | 355 | 63 | 200 | 0 | 116 | 56 | 7 | 517 | 124 | 70 |
| Binary | 11101101 | 110011 | 10000000 | 0 | 1001110 | 101110 | 111 | 101001111 | 1010100 | 111000 |
Color Harmonies of #ED3380
Complementary color
Monochromatic Colors of #ED3380
Black with #ED3380
Text Example
Text Example
White with #ED3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3380; }
p { color: rgb(237,51,128); }
H1.HeaderClassName
{
color: #ED3380;
}
.AnyTagClassName
{
color: #ED3380;
}
</style>
background-color css
<style>
a { background-color: #ED3380; }
a { background-color: rgb(237,51,128); }
div.DivClassName
{
background-color: #ED3380;
}
.BgClassName
{
background-color: #ED3380;
}
</style>
border-color css
<style>
span { border-color: #ED3380; }
span { border-color: rgb(237,51,128); }
td.TdClassName
{
border-color: #ED3380;
}
.TagClassName
{
border-color: #ED3380;
}
</style>