Shades of Deep Cerise #EE2677
Tints of Deep Cerise #EE2677
RGB
CMYK
RGB Variations
Color information
#EE2677 (or 0xEE2677) is known color: Deep Cerise. HEX triplet: EE, 26 and 77. RGB value is (238,38,119). Sum of RGB (Red+Green+Blue) = 238+38+119=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2677 is #11D988. Grayscale: #6A6A6A. Windows color (decimal): -1169801 or 7808750. OLE color: 7808750.
HSL color Cylindrical-coordinate representation of color #EE2677: hue angle of 335.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2677 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 119 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.07 |
| HSL | 335.7º | 0.85% | 0.54% | - |
| HSV(B) | 335.7º | 0.84% | 0.93% | - |
| XYZ | 39.28 | 20.9 | 19.42 | - |
| YUV | 107.03 | 134.76 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 119 | 0 | 0.84 | 0.50 | 0.07 | 335.7 | 0.85 | 0.54 |
| Hex | EE | 26 | 77 | 0 | 54 | 32 | 7 | 150 | 55 | 36 |
| Octal | 356 | 46 | 167 | 0 | 124 | 62 | 7 | 520 | 125 | 66 |
| Binary | 11101110 | 100110 | 1110111 | 0 | 1010100 | 110010 | 111 | 101010000 | 1010101 | 110110 |
Color Harmonies of #EE2677
Complementary color
Monochromatic Colors of #EE2677
Black with #EE2677
Text Example
Text Example
White with #EE2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2677; }
p { color: rgb(238,38,119); }
H1.HeaderClassName
{
color: #EE2677;
}
.AnyTagClassName
{
color: #EE2677;
}
</style>
background-color css
<style>
a { background-color: #EE2677; }
a { background-color: rgb(238,38,119); }
div.DivClassName
{
background-color: #EE2677;
}
.BgClassName
{
background-color: #EE2677;
}
</style>
border-color css
<style>
span { border-color: #EE2677; }
span { border-color: rgb(238,38,119); }
td.TdClassName
{
border-color: #EE2677;
}
.TagClassName
{
border-color: #EE2677;
}
</style>