Shades of Deep Cerise #ED348A
Tints of Deep Cerise #ED348A
RGB
CMYK
RGB Variations
Color information
#ED348A (or 0xED348A) is known color: Deep Cerise. HEX triplet: ED, 34 and 8A. RGB value is (237,52,138). Sum of RGB (Red+Green+Blue) = 237+52+138=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED348A is #12CB75. Grayscale: #747474. Windows color (decimal): -1231734 or 9057517. OLE color: 9057517.
HSL color Cylindrical-coordinate representation of color #ED348A: hue angle of 332.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED348A is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 138 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.07 |
| HSL | 332.11º | 0.84% | 0.57% | - |
| HSV(B) | 332.11º | 0.78% | 0.93% | - |
| XYZ | 40.74 | 22.3 | 26.2 | - |
| YUV | 117.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 138 | 0 | 0.78 | 0.42 | 0.07 | 332.11 | 0.84 | 0.57 |
| Hex | ED | 34 | 8A | 0 | 4E | 2A | 7 | 14C | 54 | 39 |
| Octal | 355 | 64 | 212 | 0 | 116 | 52 | 7 | 514 | 124 | 71 |
| Binary | 11101101 | 110100 | 10001010 | 0 | 1001110 | 101010 | 111 | 101001100 | 1010100 | 111001 |
Color Harmonies of #ED348A
Complementary color
Monochromatic Colors of #ED348A
Black with #ED348A
Text Example
Text Example
White with #ED348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED348A; }
p { color: rgb(237,52,138); }
H1.HeaderClassName
{
color: #ED348A;
}
.AnyTagClassName
{
color: #ED348A;
}
</style>
background-color css
<style>
a { background-color: #ED348A; }
a { background-color: rgb(237,52,138); }
div.DivClassName
{
background-color: #ED348A;
}
.BgClassName
{
background-color: #ED348A;
}
</style>
border-color css
<style>
span { border-color: #ED348A; }
span { border-color: rgb(237,52,138); }
td.TdClassName
{
border-color: #ED348A;
}
.TagClassName
{
border-color: #ED348A;
}
</style>