Shades of Cerise #ED456A
Tints of Cerise #ED456A
RGB
CMYK
RGB Variations
Color information
#ED456A (or 0xED456A) is known color: Cerise. HEX triplet: ED, 45 and 6A. RGB value is (237,69,106). Sum of RGB (Red+Green+Blue) = 237+69+106=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED456A is #12BA95. Grayscale: #7B7B7B. Windows color (decimal): -1227414 or 6964717. OLE color: 6964717.
HSL color Cylindrical-coordinate representation of color #ED456A: hue angle of 346.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED456A is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 106 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.07 |
| HSL | 346.79º | 0.82% | 0.6% | - |
| HSV(B) | 346.79º | 0.71% | 0.93% | - |
| XYZ | 39.65 | 23.3 | 16.04 | - |
| YUV | 123.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 106 | 0 | 0.71 | 0.55 | 0.07 | 346.79 | 0.82 | 0.6 |
| Hex | ED | 45 | 6A | 0 | 47 | 37 | 7 | 15B | 52 | 3C |
| Octal | 355 | 105 | 152 | 0 | 107 | 67 | 7 | 533 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1101010 | 0 | 1000111 | 110111 | 111 | 101011011 | 1010010 | 111100 |
Color Harmonies of #ED456A
Complementary color
Monochromatic Colors of #ED456A
Black with #ED456A
Text Example
Text Example
White with #ED456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED456A; }
p { color: rgb(237,69,106); }
H1.HeaderClassName
{
color: #ED456A;
}
.AnyTagClassName
{
color: #ED456A;
}
</style>
background-color css
<style>
a { background-color: #ED456A; }
a { background-color: rgb(237,69,106); }
div.DivClassName
{
background-color: #ED456A;
}
.BgClassName
{
background-color: #ED456A;
}
</style>
border-color css
<style>
span { border-color: #ED456A; }
span { border-color: rgb(237,69,106); }
td.TdClassName
{
border-color: #ED456A;
}
.TagClassName
{
border-color: #ED456A;
}
</style>