Shades of Cerise #ED446B
Tints of Cerise #ED446B
RGB
CMYK
RGB Variations
Color information
#ED446B (or 0xED446B) is known color: Cerise. HEX triplet: ED, 44 and 6B. RGB value is (237,68,107). Sum of RGB (Red+Green+Blue) = 237+68+107=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED446B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED446B is #12BB94. Grayscale: #7A7A7A. Windows color (decimal): -1227669 or 7029997. OLE color: 7029997.
HSL color Cylindrical-coordinate representation of color #ED446B: hue angle of 346.15º 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 #ED446B is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 107 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.07 |
| HSL | 346.15º | 0.82% | 0.6% | - |
| HSV(B) | 346.15º | 0.71% | 0.93% | - |
| XYZ | 39.65 | 23.2 | 16.3 | - |
| YUV | 122.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 107 | 0 | 0.71 | 0.55 | 0.07 | 346.15 | 0.82 | 0.6 |
| Hex | ED | 44 | 6B | 0 | 47 | 37 | 7 | 15A | 52 | 3C |
| Octal | 355 | 104 | 153 | 0 | 107 | 67 | 7 | 532 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1101011 | 0 | 1000111 | 110111 | 111 | 101011010 | 1010010 | 111100 |
Color Harmonies of #ED446B
Complementary color
Monochromatic Colors of #ED446B
Black with #ED446B
Text Example
Text Example
White with #ED446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED446B; }
p { color: rgb(237,68,107); }
H1.HeaderClassName
{
color: #ED446B;
}
.AnyTagClassName
{
color: #ED446B;
}
</style>
background-color css
<style>
a { background-color: #ED446B; }
a { background-color: rgb(237,68,107); }
div.DivClassName
{
background-color: #ED446B;
}
.BgClassName
{
background-color: #ED446B;
}
</style>
border-color css
<style>
span { border-color: #ED446B; }
span { border-color: rgb(237,68,107); }
td.TdClassName
{
border-color: #ED446B;
}
.TagClassName
{
border-color: #ED446B;
}
</style>