Shades of Deep Cerise #ED308A
Tints of Deep Cerise #ED308A
RGB
CMYK
RGB Variations
Color information
#ED308A (or 0xED308A) is known color: Deep Cerise. HEX triplet: ED, 30 and 8A. RGB value is (237,48,138). Sum of RGB (Red+Green+Blue) = 237+48+138=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED308A is #12CF75. Grayscale: #727272. Windows color (decimal): -1232758 or 9056493. OLE color: 9056493.
HSL color Cylindrical-coordinate representation of color #ED308A: hue angle of 331.43º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED308A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 138 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.07 |
| HSL | 331.43º | 0.84% | 0.56% | - |
| HSV(B) | 331.43º | 0.8% | 0.93% | - |
| XYZ | 40.57 | 21.95 | 26.14 | - |
| YUV | 114.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 138 | 0 | 0.80 | 0.42 | 0.07 | 331.43 | 0.84 | 0.56 |
| Hex | ED | 30 | 8A | 0 | 50 | 2A | 7 | 14B | 54 | 38 |
| Octal | 355 | 60 | 212 | 0 | 120 | 52 | 7 | 513 | 124 | 70 |
| Binary | 11101101 | 110000 | 10001010 | 0 | 1010000 | 101010 | 111 | 101001011 | 1010100 | 111000 |
Color Harmonies of #ED308A
Complementary color
Monochromatic Colors of #ED308A
Black with #ED308A
Text Example
Text Example
White with #ED308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED308A; }
p { color: rgb(237,48,138); }
H1.HeaderClassName
{
color: #ED308A;
}
.AnyTagClassName
{
color: #ED308A;
}
</style>
background-color css
<style>
a { background-color: #ED308A; }
a { background-color: rgb(237,48,138); }
div.DivClassName
{
background-color: #ED308A;
}
.BgClassName
{
background-color: #ED308A;
}
</style>
border-color css
<style>
span { border-color: #ED308A; }
span { border-color: rgb(237,48,138); }
td.TdClassName
{
border-color: #ED308A;
}
.TagClassName
{
border-color: #ED308A;
}
</style>