Shades of Deep Cerise #EE268D
Tints of Deep Cerise #EE268D
RGB
CMYK
RGB Variations
Color information
#EE268D (or 0xEE268D) is known color: Deep Cerise. HEX triplet: EE, 26 and 8D. RGB value is (238,38,141). Sum of RGB (Red+Green+Blue) = 238+38+141=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE268D is #11D972. Grayscale: #6D6D6D. Windows color (decimal): -1169779 or 9250542. OLE color: 9250542.
HSL color Cylindrical-coordinate representation of color #EE268D: hue angle of 329.1º 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 #EE268D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 141 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.07 |
| HSL | 329.1º | 0.85% | 0.54% | - |
| HSV(B) | 329.1º | 0.84% | 0.93% | - |
| XYZ | 40.76 | 21.49 | 27.2 | - |
| YUV | 109.54 | 145.76 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 141 | 0 | 0.84 | 0.41 | 0.07 | 329.1 | 0.85 | 0.54 |
| Hex | EE | 26 | 8D | 0 | 54 | 29 | 7 | 149 | 55 | 36 |
| Octal | 356 | 46 | 215 | 0 | 124 | 51 | 7 | 511 | 125 | 66 |
| Binary | 11101110 | 100110 | 10001101 | 0 | 1010100 | 101001 | 111 | 101001001 | 1010101 | 110110 |
Color Harmonies of #EE268D
Complementary color
Monochromatic Colors of #EE268D
Black with #EE268D
Text Example
Text Example
White with #EE268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE268D; }
p { color: rgb(238,38,141); }
H1.HeaderClassName
{
color: #EE268D;
}
.AnyTagClassName
{
color: #EE268D;
}
</style>
background-color css
<style>
a { background-color: #EE268D; }
a { background-color: rgb(238,38,141); }
div.DivClassName
{
background-color: #EE268D;
}
.BgClassName
{
background-color: #EE268D;
}
</style>
border-color css
<style>
span { border-color: #EE268D; }
span { border-color: rgb(238,38,141); }
td.TdClassName
{
border-color: #EE268D;
}
.TagClassName
{
border-color: #EE268D;
}
</style>