Shades of Deep Cerise #ED268E
Tints of Deep Cerise #ED268E
RGB
CMYK
RGB Variations
Color information
#ED268E (or 0xED268E) is known color: Deep Cerise. HEX triplet: ED, 26 and 8E. RGB value is (237,38,142). Sum of RGB (Red+Green+Blue) = 237+38+142=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED268E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED268E is #12D971. Grayscale: #6D6D6D. Windows color (decimal): -1235314 or 9316077. OLE color: 9316077.
HSL color Cylindrical-coordinate representation of color #ED268E: hue angle of 328.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED268E is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 142 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.07 |
| HSL | 328.64º | 0.85% | 0.54% | - |
| HSV(B) | 328.64º | 0.84% | 0.93% | - |
| XYZ | 40.5 | 21.34 | 27.58 | - |
| YUV | 109.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 142 | 0 | 0.84 | 0.40 | 0.07 | 328.64 | 0.85 | 0.54 |
| Hex | ED | 26 | 8E | 0 | 54 | 28 | 7 | 149 | 55 | 36 |
| Octal | 355 | 46 | 216 | 0 | 124 | 50 | 7 | 511 | 125 | 66 |
| Binary | 11101101 | 100110 | 10001110 | 0 | 1010100 | 101000 | 111 | 101001001 | 1010101 | 110110 |
Color Harmonies of #ED268E
Complementary color
Monochromatic Colors of #ED268E
Black with #ED268E
Text Example
Text Example
White with #ED268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED268E; }
p { color: rgb(237,38,142); }
H1.HeaderClassName
{
color: #ED268E;
}
.AnyTagClassName
{
color: #ED268E;
}
</style>
background-color css
<style>
a { background-color: #ED268E; }
a { background-color: rgb(237,38,142); }
div.DivClassName
{
background-color: #ED268E;
}
.BgClassName
{
background-color: #ED268E;
}
</style>
border-color css
<style>
span { border-color: #ED268E; }
span { border-color: rgb(237,38,142); }
td.TdClassName
{
border-color: #ED268E;
}
.TagClassName
{
border-color: #ED268E;
}
</style>