Shades of Deep Cerise #EA267D
Tints of Deep Cerise #EA267D
RGB
CMYK
RGB Variations
Color information
#EA267D (or 0xEA267D) is known color: Deep Cerise. HEX triplet: EA, 26 and 7D. RGB value is (234,38,125). Sum of RGB (Red+Green+Blue) = 234+38+125=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA267D is #15D982. Grayscale: #6A6A6A. Windows color (decimal): -1431939 or 8201962. OLE color: 8201962.
HSL color Cylindrical-coordinate representation of color #EA267D: hue angle of 333.37º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA267D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 125 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.08 |
| HSL | 333.37º | 0.82% | 0.53% | - |
| HSV(B) | 333.37º | 0.84% | 0.92% | - |
| XYZ | 38.33 | 20.36 | 21.31 | - |
| YUV | 106.52 | 138.43 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 125 | 0 | 0.84 | 0.47 | 0.08 | 333.37 | 0.82 | 0.53 |
| Hex | EA | 26 | 7D | 0 | 54 | 2F | 8 | 14D | 52 | 35 |
| Octal | 352 | 46 | 175 | 0 | 124 | 57 | 10 | 515 | 122 | 65 |
| Binary | 11101010 | 100110 | 1111101 | 0 | 1010100 | 101111 | 1000 | 101001101 | 1010010 | 110101 |
Color Harmonies of #EA267D
Complementary color
Monochromatic Colors of #EA267D
Black with #EA267D
Text Example
Text Example
White with #EA267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA267D; }
p { color: rgb(234,38,125); }
H1.HeaderClassName
{
color: #EA267D;
}
.AnyTagClassName
{
color: #EA267D;
}
</style>
background-color css
<style>
a { background-color: #EA267D; }
a { background-color: rgb(234,38,125); }
div.DivClassName
{
background-color: #EA267D;
}
.BgClassName
{
background-color: #EA267D;
}
</style>
border-color css
<style>
span { border-color: #EA267D; }
span { border-color: rgb(234,38,125); }
td.TdClassName
{
border-color: #EA267D;
}
.TagClassName
{
border-color: #EA267D;
}
</style>