Shades of Deep Cerise #EA2677
Tints of Deep Cerise #EA2677
RGB
CMYK
RGB Variations
Color information
#EA2677 (or 0xEA2677) is known color: Deep Cerise. HEX triplet: EA, 26 and 77. RGB value is (234,38,119). Sum of RGB (Red+Green+Blue) = 234+38+119=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2677 is #15D988. Grayscale: #696969. Windows color (decimal): -1431945 or 7808746. OLE color: 7808746.
HSL color Cylindrical-coordinate representation of color #EA2677: hue angle of 335.2º 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 #EA2677 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 119 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.08 |
| HSL | 335.2º | 0.82% | 0.53% | - |
| HSV(B) | 335.2º | 0.84% | 0.92% | - |
| XYZ | 37.95 | 20.21 | 19.35 | - |
| YUV | 105.84 | 135.43 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 119 | 0 | 0.84 | 0.49 | 0.08 | 335.2 | 0.82 | 0.53 |
| Hex | EA | 26 | 77 | 0 | 54 | 31 | 8 | 14F | 52 | 35 |
| Octal | 352 | 46 | 167 | 0 | 124 | 61 | 10 | 517 | 122 | 65 |
| Binary | 11101010 | 100110 | 1110111 | 0 | 1010100 | 110001 | 1000 | 101001111 | 1010010 | 110101 |
Color Harmonies of #EA2677
Complementary color
Monochromatic Colors of #EA2677
Black with #EA2677
Text Example
Text Example
White with #EA2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2677; }
p { color: rgb(234,38,119); }
H1.HeaderClassName
{
color: #EA2677;
}
.AnyTagClassName
{
color: #EA2677;
}
</style>
background-color css
<style>
a { background-color: #EA2677; }
a { background-color: rgb(234,38,119); }
div.DivClassName
{
background-color: #EA2677;
}
.BgClassName
{
background-color: #EA2677;
}
</style>
border-color css
<style>
span { border-color: #EA2677; }
span { border-color: rgb(234,38,119); }
td.TdClassName
{
border-color: #EA2677;
}
.TagClassName
{
border-color: #EA2677;
}
</style>