Shades of Deep Cerise #EE2678
Tints of Deep Cerise #EE2678
RGB
CMYK
RGB Variations
Color information
#EE2678 (or 0xEE2678) is known color: Deep Cerise. HEX triplet: EE, 26 and 78. RGB value is (238,38,120). Sum of RGB (Red+Green+Blue) = 238+38+120=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2678 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2678 is #11D987. Grayscale: #6B6B6B. Windows color (decimal): -1169800 or 7874286. OLE color: 7874286.
HSL color Cylindrical-coordinate representation of color #EE2678: hue angle of 335.4º 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 #EE2678 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 120 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.07 |
| HSL | 335.4º | 0.85% | 0.54% | - |
| HSV(B) | 335.4º | 0.84% | 0.93% | - |
| XYZ | 39.34 | 20.92 | 19.73 | - |
| YUV | 107.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 120 | 0 | 0.84 | 0.50 | 0.07 | 335.4 | 0.85 | 0.54 |
| Hex | EE | 26 | 78 | 0 | 54 | 32 | 7 | 14F | 55 | 36 |
| Octal | 356 | 46 | 170 | 0 | 124 | 62 | 7 | 517 | 125 | 66 |
| Binary | 11101110 | 100110 | 1111000 | 0 | 1010100 | 110010 | 111 | 101001111 | 1010101 | 110110 |
Color Harmonies of #EE2678
Complementary color
Monochromatic Colors of #EE2678
Black with #EE2678
Text Example
Text Example
White with #EE2678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2678; }
p { color: rgb(238,38,120); }
H1.HeaderClassName
{
color: #EE2678;
}
.AnyTagClassName
{
color: #EE2678;
}
</style>
background-color css
<style>
a { background-color: #EE2678; }
a { background-color: rgb(238,38,120); }
div.DivClassName
{
background-color: #EE2678;
}
.BgClassName
{
background-color: #EE2678;
}
</style>
border-color css
<style>
span { border-color: #EE2678; }
span { border-color: rgb(238,38,120); }
td.TdClassName
{
border-color: #EE2678;
}
.TagClassName
{
border-color: #EE2678;
}
</style>