Shades of Deep Cerise #ED348B
Tints of Deep Cerise #ED348B
RGB
CMYK
RGB Variations
Color information
#ED348B (or 0xED348B) is known color: Deep Cerise. HEX triplet: ED, 34 and 8B. RGB value is (237,52,139). Sum of RGB (Red+Green+Blue) = 237+52+139=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED348B is #12CB74. Grayscale: #757575. Windows color (decimal): -1231733 or 9123053. OLE color: 9123053.
HSL color Cylindrical-coordinate representation of color #ED348B: hue angle of 331.78º 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 #ED348B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 139 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.07 |
| HSL | 331.78º | 0.84% | 0.57% | - |
| HSV(B) | 331.78º | 0.78% | 0.93% | - |
| XYZ | 40.81 | 22.32 | 26.58 | - |
| YUV | 117.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 139 | 0 | 0.78 | 0.41 | 0.07 | 331.78 | 0.84 | 0.57 |
| Hex | ED | 34 | 8B | 0 | 4E | 29 | 7 | 14C | 54 | 39 |
| Octal | 355 | 64 | 213 | 0 | 116 | 51 | 7 | 514 | 124 | 71 |
| Binary | 11101101 | 110100 | 10001011 | 0 | 1001110 | 101001 | 111 | 101001100 | 1010100 | 111001 |
Color Harmonies of #ED348B
Complementary color
Monochromatic Colors of #ED348B
Black with #ED348B
Text Example
Text Example
White with #ED348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED348B; }
p { color: rgb(237,52,139); }
H1.HeaderClassName
{
color: #ED348B;
}
.AnyTagClassName
{
color: #ED348B;
}
</style>
background-color css
<style>
a { background-color: #ED348B; }
a { background-color: rgb(237,52,139); }
div.DivClassName
{
background-color: #ED348B;
}
.BgClassName
{
background-color: #ED348B;
}
</style>
border-color css
<style>
span { border-color: #ED348B; }
span { border-color: rgb(237,52,139); }
td.TdClassName
{
border-color: #ED348B;
}
.TagClassName
{
border-color: #ED348B;
}
</style>