Shades of Deep Cerise #EA257F
Tints of Deep Cerise #EA257F
RGB
CMYK
RGB Variations
Color information
#EA257F (or 0xEA257F) is known color: Deep Cerise. HEX triplet: EA, 25 and 7F. RGB value is (234,37,127). Sum of RGB (Red+Green+Blue) = 234+37+127=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA257F is #15DA80. Grayscale: #6A6A6A. Windows color (decimal): -1432193 or 8332778. OLE color: 8332778.
HSL color Cylindrical-coordinate representation of color #EA257F: hue angle of 332.59º 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 #EA257F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 127 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.08 |
| HSL | 332.59º | 0.82% | 0.53% | - |
| HSV(B) | 332.59º | 0.84% | 0.92% | - |
| XYZ | 38.42 | 20.35 | 21.98 | - |
| YUV | 106.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 127 | 0 | 0.84 | 0.46 | 0.08 | 332.59 | 0.82 | 0.53 |
| Hex | EA | 25 | 7F | 0 | 54 | 2E | 8 | 14D | 52 | 35 |
| Octal | 352 | 45 | 177 | 0 | 124 | 56 | 10 | 515 | 122 | 65 |
| Binary | 11101010 | 100101 | 1111111 | 0 | 1010100 | 101110 | 1000 | 101001101 | 1010010 | 110101 |
Color Harmonies of #EA257F
Complementary color
Monochromatic Colors of #EA257F
Black with #EA257F
Text Example
Text Example
White with #EA257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA257F; }
p { color: rgb(234,37,127); }
H1.HeaderClassName
{
color: #EA257F;
}
.AnyTagClassName
{
color: #EA257F;
}
</style>
background-color css
<style>
a { background-color: #EA257F; }
a { background-color: rgb(234,37,127); }
div.DivClassName
{
background-color: #EA257F;
}
.BgClassName
{
background-color: #EA257F;
}
</style>
border-color css
<style>
span { border-color: #EA257F; }
span { border-color: rgb(234,37,127); }
td.TdClassName
{
border-color: #EA257F;
}
.TagClassName
{
border-color: #EA257F;
}
</style>