Shades of Deep Cerise #EE217E
Tints of Deep Cerise #EE217E
RGB
CMYK
RGB Variations
Color information
#EE217E (or 0xEE217E) is known color: Deep Cerise. HEX triplet: EE, 21 and 7E. RGB value is (238,33,126). Sum of RGB (Red+Green+Blue) = 238+33+126=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE217E is #11DE81. Grayscale: #686868. Windows color (decimal): -1171074 or 8266222. OLE color: 8266222.
HSL color Cylindrical-coordinate representation of color #EE217E: hue angle of 332.78º 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 #EE217E is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 126 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 332.78º | 0.86% | 0.53% | - |
| HSV(B) | 332.78º | 0.86% | 0.93% | - |
| XYZ | 39.57 | 20.77 | 21.66 | - |
| YUV | 104.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 126 | 0 | 0.86 | 0.47 | 0.07 | 332.78 | 0.86 | 0.53 |
| Hex | EE | 21 | 7E | 0 | 56 | 2F | 7 | 14D | 56 | 35 |
| Octal | 356 | 41 | 176 | 0 | 126 | 57 | 7 | 515 | 126 | 65 |
| Binary | 11101110 | 100001 | 1111110 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010110 | 110101 |
Color Harmonies of #EE217E
Complementary color
Monochromatic Colors of #EE217E
Black with #EE217E
Text Example
Text Example
White with #EE217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE217E; }
p { color: rgb(238,33,126); }
H1.HeaderClassName
{
color: #EE217E;
}
.AnyTagClassName
{
color: #EE217E;
}
</style>
background-color css
<style>
a { background-color: #EE217E; }
a { background-color: rgb(238,33,126); }
div.DivClassName
{
background-color: #EE217E;
}
.BgClassName
{
background-color: #EE217E;
}
</style>
border-color css
<style>
span { border-color: #EE217E; }
span { border-color: rgb(238,33,126); }
td.TdClassName
{
border-color: #EE217E;
}
.TagClassName
{
border-color: #EE217E;
}
</style>