Shades of Deep Cerise #ED267B
Tints of Deep Cerise #ED267B
RGB
CMYK
RGB Variations
Color information
#ED267B (or 0xED267B) is known color: Deep Cerise. HEX triplet: ED, 26 and 7B. RGB value is (237,38,123). Sum of RGB (Red+Green+Blue) = 237+38+123=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED267B is #12D984. Grayscale: #6B6B6B. Windows color (decimal): -1235333 or 8070893. OLE color: 8070893.
HSL color Cylindrical-coordinate representation of color #ED267B: hue angle of 334.37º 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 #ED267B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 123 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.07 |
| HSL | 334.37º | 0.85% | 0.54% | - |
| HSV(B) | 334.37º | 0.84% | 0.93% | - |
| XYZ | 39.19 | 20.82 | 20.69 | - |
| YUV | 107.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 123 | 0 | 0.84 | 0.48 | 0.07 | 334.37 | 0.85 | 0.54 |
| Hex | ED | 26 | 7B | 0 | 54 | 30 | 7 | 14E | 55 | 36 |
| Octal | 355 | 46 | 173 | 0 | 124 | 60 | 7 | 516 | 125 | 66 |
| Binary | 11101101 | 100110 | 1111011 | 0 | 1010100 | 110000 | 111 | 101001110 | 1010101 | 110110 |
Color Harmonies of #ED267B
Complementary color
Monochromatic Colors of #ED267B
Black with #ED267B
Text Example
Text Example
White with #ED267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED267B; }
p { color: rgb(237,38,123); }
H1.HeaderClassName
{
color: #ED267B;
}
.AnyTagClassName
{
color: #ED267B;
}
</style>
background-color css
<style>
a { background-color: #ED267B; }
a { background-color: rgb(237,38,123); }
div.DivClassName
{
background-color: #ED267B;
}
.BgClassName
{
background-color: #ED267B;
}
</style>
border-color css
<style>
span { border-color: #ED267B; }
span { border-color: rgb(237,38,123); }
td.TdClassName
{
border-color: #ED267B;
}
.TagClassName
{
border-color: #ED267B;
}
</style>