Shades of Deep Cerise #ED257B
Tints of Deep Cerise #ED257B
RGB
CMYK
RGB Variations
Color information
#ED257B (or 0xED257B) is known color: Deep Cerise. HEX triplet: ED, 25 and 7B. RGB value is (237,37,123). Sum of RGB (Red+Green+Blue) = 237+37+123=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED257B is #12DA84. Grayscale: #6A6A6A. Windows color (decimal): -1235589 or 8070637. OLE color: 8070637.
HSL color Cylindrical-coordinate representation of color #ED257B: hue angle of 334.2º 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 #ED257B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 123 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.07 |
| HSL | 334.2º | 0.85% | 0.54% | - |
| HSV(B) | 334.2º | 0.84% | 0.93% | - |
| XYZ | 39.16 | 20.76 | 20.68 | - |
| YUV | 106.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 123 | 0 | 0.84 | 0.48 | 0.07 | 334.2 | 0.85 | 0.54 |
| Hex | ED | 25 | 7B | 0 | 54 | 30 | 7 | 14E | 55 | 36 |
| Octal | 355 | 45 | 173 | 0 | 124 | 60 | 7 | 516 | 125 | 66 |
| Binary | 11101101 | 100101 | 1111011 | 0 | 1010100 | 110000 | 111 | 101001110 | 1010101 | 110110 |
Color Harmonies of #ED257B
Complementary color
Monochromatic Colors of #ED257B
Black with #ED257B
Text Example
Text Example
White with #ED257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED257B; }
p { color: rgb(237,37,123); }
H1.HeaderClassName
{
color: #ED257B;
}
.AnyTagClassName
{
color: #ED257B;
}
</style>
background-color css
<style>
a { background-color: #ED257B; }
a { background-color: rgb(237,37,123); }
div.DivClassName
{
background-color: #ED257B;
}
.BgClassName
{
background-color: #ED257B;
}
</style>
border-color css
<style>
span { border-color: #ED257B; }
span { border-color: rgb(237,37,123); }
td.TdClassName
{
border-color: #ED257B;
}
.TagClassName
{
border-color: #ED257B;
}
</style>