Shades of Deep Cerise #ED358A
Tints of Deep Cerise #ED358A
RGB
CMYK
RGB Variations
Color information
#ED358A (or 0xED358A) is known color: Deep Cerise. HEX triplet: ED, 35 and 8A. RGB value is (237,53,138). Sum of RGB (Red+Green+Blue) = 237+53+138=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED358A is #12CA75. Grayscale: #757575. Windows color (decimal): -1231478 or 9057773. OLE color: 9057773.
HSL color Cylindrical-coordinate representation of color #ED358A: hue angle of 332.28º 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 #ED358A is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 138 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.07 |
| HSL | 332.28º | 0.84% | 0.57% | - |
| HSV(B) | 332.28º | 0.78% | 0.93% | - |
| XYZ | 40.79 | 22.39 | 26.22 | - |
| YUV | 117.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 138 | 0 | 0.78 | 0.42 | 0.07 | 332.28 | 0.84 | 0.57 |
| Hex | ED | 35 | 8A | 0 | 4E | 2A | 7 | 14C | 54 | 39 |
| Octal | 355 | 65 | 212 | 0 | 116 | 52 | 7 | 514 | 124 | 71 |
| Binary | 11101101 | 110101 | 10001010 | 0 | 1001110 | 101010 | 111 | 101001100 | 1010100 | 111001 |
Color Harmonies of #ED358A
Complementary color
Monochromatic Colors of #ED358A
Black with #ED358A
Text Example
Text Example
White with #ED358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED358A; }
p { color: rgb(237,53,138); }
H1.HeaderClassName
{
color: #ED358A;
}
.AnyTagClassName
{
color: #ED358A;
}
</style>
background-color css
<style>
a { background-color: #ED358A; }
a { background-color: rgb(237,53,138); }
div.DivClassName
{
background-color: #ED358A;
}
.BgClassName
{
background-color: #ED358A;
}
</style>
border-color css
<style>
span { border-color: #ED358A; }
span { border-color: rgb(237,53,138); }
td.TdClassName
{
border-color: #ED358A;
}
.TagClassName
{
border-color: #ED358A;
}
</style>