Shades of Deep Cerise #EA277D
Tints of Deep Cerise #EA277D
RGB
CMYK
RGB Variations
Color information
#EA277D (or 0xEA277D) is known color: Deep Cerise. HEX triplet: EA, 27 and 7D. RGB value is (234,39,125). Sum of RGB (Red+Green+Blue) = 234+39+125=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA277D is #15D882. Grayscale: #6A6A6A. Windows color (decimal): -1431683 or 8202218. OLE color: 8202218.
HSL color Cylindrical-coordinate representation of color #EA277D: hue angle of 333.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA277D is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 125 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.08 |
| HSL | 333.54º | 0.82% | 0.54% | - |
| HSV(B) | 333.54º | 0.83% | 0.92% | - |
| XYZ | 38.36 | 20.42 | 21.32 | - |
| YUV | 107.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 125 | 0 | 0.83 | 0.47 | 0.08 | 333.54 | 0.82 | 0.54 |
| Hex | EA | 27 | 7D | 0 | 53 | 2F | 8 | 14E | 52 | 36 |
| Octal | 352 | 47 | 175 | 0 | 123 | 57 | 10 | 516 | 122 | 66 |
| Binary | 11101010 | 100111 | 1111101 | 0 | 1010011 | 101111 | 1000 | 101001110 | 1010010 | 110110 |
Color Harmonies of #EA277D
Complementary color
Monochromatic Colors of #EA277D
Black with #EA277D
Text Example
Text Example
White with #EA277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA277D; }
p { color: rgb(234,39,125); }
H1.HeaderClassName
{
color: #EA277D;
}
.AnyTagClassName
{
color: #EA277D;
}
</style>
background-color css
<style>
a { background-color: #EA277D; }
a { background-color: rgb(234,39,125); }
div.DivClassName
{
background-color: #EA277D;
}
.BgClassName
{
background-color: #EA277D;
}
</style>
border-color css
<style>
span { border-color: #EA277D; }
span { border-color: rgb(234,39,125); }
td.TdClassName
{
border-color: #EA277D;
}
.TagClassName
{
border-color: #EA277D;
}
</style>