Shades of Deep Cerise #EE2281
Tints of Deep Cerise #EE2281
RGB
CMYK
RGB Variations
Color information
#EE2281 (or 0xEE2281) is known color: Deep Cerise. HEX triplet: EE, 22 and 81. RGB value is (238,34,129). Sum of RGB (Red+Green+Blue) = 238+34+129=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2281 is #11DD7E. Grayscale: #696969. Windows color (decimal): -1170815 or 8463086. OLE color: 8463086.
HSL color Cylindrical-coordinate representation of color #EE2281: hue angle of 332.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2281 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 129 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.07 |
| HSL | 332.06º | 0.86% | 0.53% | - |
| HSV(B) | 332.06º | 0.86% | 0.93% | - |
| XYZ | 39.79 | 20.91 | 22.71 | - |
| YUV | 105.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 129 | 0 | 0.86 | 0.46 | 0.07 | 332.06 | 0.86 | 0.53 |
| Hex | EE | 22 | 81 | 0 | 56 | 2E | 7 | 14C | 56 | 35 |
| Octal | 356 | 42 | 201 | 0 | 126 | 56 | 7 | 514 | 126 | 65 |
| Binary | 11101110 | 100010 | 10000001 | 0 | 1010110 | 101110 | 111 | 101001100 | 1010110 | 110101 |
Color Harmonies of #EE2281
Complementary color
Monochromatic Colors of #EE2281
Black with #EE2281
Text Example
Text Example
White with #EE2281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2281; }
p { color: rgb(238,34,129); }
H1.HeaderClassName
{
color: #EE2281;
}
.AnyTagClassName
{
color: #EE2281;
}
</style>
background-color css
<style>
a { background-color: #EE2281; }
a { background-color: rgb(238,34,129); }
div.DivClassName
{
background-color: #EE2281;
}
.BgClassName
{
background-color: #EE2281;
}
</style>
border-color css
<style>
span { border-color: #EE2281; }
span { border-color: rgb(238,34,129); }
td.TdClassName
{
border-color: #EE2281;
}
.TagClassName
{
border-color: #EE2281;
}
</style>