Shades of Deep Cerise #EE217D
Tints of Deep Cerise #EE217D
RGB
CMYK
RGB Variations
Color information
#EE217D (or 0xEE217D) is known color: Deep Cerise. HEX triplet: EE, 21 and 7D. RGB value is (238,33,125). Sum of RGB (Red+Green+Blue) = 238+33+125=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE217D is #11DE82. Grayscale: #686868. Windows color (decimal): -1171075 or 8200686. OLE color: 8200686.
HSL color Cylindrical-coordinate representation of color #EE217D: hue angle of 333.07º 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 #EE217D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 125 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 333.07º | 0.86% | 0.53% | - |
| HSV(B) | 333.07º | 0.86% | 0.93% | - |
| XYZ | 39.51 | 20.75 | 21.32 | - |
| YUV | 104.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 125 | 0 | 0.86 | 0.47 | 0.07 | 333.07 | 0.86 | 0.53 |
| Hex | EE | 21 | 7D | 0 | 56 | 2F | 7 | 14D | 56 | 35 |
| Octal | 356 | 41 | 175 | 0 | 126 | 57 | 7 | 515 | 126 | 65 |
| Binary | 11101110 | 100001 | 1111101 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010110 | 110101 |
Color Harmonies of #EE217D
Complementary color
Monochromatic Colors of #EE217D
Black with #EE217D
Text Example
Text Example
White with #EE217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE217D; }
p { color: rgb(238,33,125); }
H1.HeaderClassName
{
color: #EE217D;
}
.AnyTagClassName
{
color: #EE217D;
}
</style>
background-color css
<style>
a { background-color: #EE217D; }
a { background-color: rgb(238,33,125); }
div.DivClassName
{
background-color: #EE217D;
}
.BgClassName
{
background-color: #EE217D;
}
</style>
border-color css
<style>
span { border-color: #EE217D; }
span { border-color: rgb(238,33,125); }
td.TdClassName
{
border-color: #EE217D;
}
.TagClassName
{
border-color: #EE217D;
}
</style>