Shades of Deep Cerise #EA277F
Tints of Deep Cerise #EA277F
RGB
CMYK
RGB Variations
Color information
#EA277F (or 0xEA277F) is known color: Deep Cerise. HEX triplet: EA, 27 and 7F. RGB value is (234,39,127). Sum of RGB (Red+Green+Blue) = 234+39+127=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA277F is #15D880. Grayscale: #6B6B6B. Windows color (decimal): -1431681 or 8333290. OLE color: 8333290.
HSL color Cylindrical-coordinate representation of color #EA277F: hue angle of 332.92º 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 #EA277F is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 127 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.08 |
| HSL | 332.92º | 0.82% | 0.54% | - |
| HSV(B) | 332.92º | 0.83% | 0.92% | - |
| XYZ | 38.49 | 20.48 | 22 | - |
| YUV | 107.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 127 | 0 | 0.83 | 0.46 | 0.08 | 332.92 | 0.82 | 0.54 |
| Hex | EA | 27 | 7F | 0 | 53 | 2E | 8 | 14D | 52 | 36 |
| Octal | 352 | 47 | 177 | 0 | 123 | 56 | 10 | 515 | 122 | 66 |
| Binary | 11101010 | 100111 | 1111111 | 0 | 1010011 | 101110 | 1000 | 101001101 | 1010010 | 110110 |
Color Harmonies of #EA277F
Complementary color
Monochromatic Colors of #EA277F
Black with #EA277F
Text Example
Text Example
White with #EA277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA277F; }
p { color: rgb(234,39,127); }
H1.HeaderClassName
{
color: #EA277F;
}
.AnyTagClassName
{
color: #EA277F;
}
</style>
background-color css
<style>
a { background-color: #EA277F; }
a { background-color: rgb(234,39,127); }
div.DivClassName
{
background-color: #EA277F;
}
.BgClassName
{
background-color: #EA277F;
}
</style>
border-color css
<style>
span { border-color: #EA277F; }
span { border-color: rgb(234,39,127); }
td.TdClassName
{
border-color: #EA277F;
}
.TagClassName
{
border-color: #EA277F;
}
</style>