Shades of Deep Pink #EE218D
Tints of Deep Pink #EE218D
RGB
CMYK
RGB Variations
Color information
#EE218D (or 0xEE218D) is known color: Deep Pink. HEX triplet: EE, 21 and 8D. RGB value is (238,33,141). Sum of RGB (Red+Green+Blue) = 238+33+141=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE218D is #11DE72. Grayscale: #6A6A6A. Windows color (decimal): -1171059 or 9249262. OLE color: 9249262.
HSL color Cylindrical-coordinate representation of color #EE218D: hue angle of 328.39º 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 #EE218D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 141 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.07 |
| HSL | 328.39º | 0.86% | 0.53% | - |
| HSV(B) | 328.39º | 0.86% | 0.93% | - |
| XYZ | 40.61 | 21.19 | 27.15 | - |
| YUV | 106.61 | 147.42 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 141 | 0 | 0.86 | 0.41 | 0.07 | 328.39 | 0.86 | 0.53 |
| Hex | EE | 21 | 8D | 0 | 56 | 29 | 7 | 148 | 56 | 35 |
| Octal | 356 | 41 | 215 | 0 | 126 | 51 | 7 | 510 | 126 | 65 |
| Binary | 11101110 | 100001 | 10001101 | 0 | 1010110 | 101001 | 111 | 101001000 | 1010110 | 110101 |
Color Harmonies of #EE218D
Complementary color
Monochromatic Colors of #EE218D
Black with #EE218D
Text Example
Text Example
White with #EE218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE218D; }
p { color: rgb(238,33,141); }
H1.HeaderClassName
{
color: #EE218D;
}
.AnyTagClassName
{
color: #EE218D;
}
</style>
background-color css
<style>
a { background-color: #EE218D; }
a { background-color: rgb(238,33,141); }
div.DivClassName
{
background-color: #EE218D;
}
.BgClassName
{
background-color: #EE218D;
}
</style>
border-color css
<style>
span { border-color: #EE218D; }
span { border-color: rgb(238,33,141); }
td.TdClassName
{
border-color: #EE218D;
}
.TagClassName
{
border-color: #EE218D;
}
</style>