Shades of Deep Cerise #EE217F
Tints of Deep Cerise #EE217F
RGB
CMYK
RGB Variations
Color information
#EE217F (or 0xEE217F) is known color: Deep Cerise. HEX triplet: EE, 21 and 7F. RGB value is (238,33,127). Sum of RGB (Red+Green+Blue) = 238+33+127=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE217F is #11DE80. Grayscale: #686868. Windows color (decimal): -1171073 or 8331758. OLE color: 8331758.
HSL color Cylindrical-coordinate representation of color #EE217F: hue angle of 332.49º 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 #EE217F is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 127 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 332.49º | 0.86% | 0.53% | - |
| HSV(B) | 332.49º | 0.86% | 0.93% | - |
| XYZ | 39.63 | 20.8 | 22 | - |
| YUV | 105.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 127 | 0 | 0.86 | 0.47 | 0.07 | 332.49 | 0.86 | 0.53 |
| Hex | EE | 21 | 7F | 0 | 56 | 2F | 7 | 14C | 56 | 35 |
| Octal | 356 | 41 | 177 | 0 | 126 | 57 | 7 | 514 | 126 | 65 |
| Binary | 11101110 | 100001 | 1111111 | 0 | 1010110 | 101111 | 111 | 101001100 | 1010110 | 110101 |
Color Harmonies of #EE217F
Complementary color
Monochromatic Colors of #EE217F
Black with #EE217F
Text Example
Text Example
White with #EE217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE217F; }
p { color: rgb(238,33,127); }
H1.HeaderClassName
{
color: #EE217F;
}
.AnyTagClassName
{
color: #EE217F;
}
</style>
background-color css
<style>
a { background-color: #EE217F; }
a { background-color: rgb(238,33,127); }
div.DivClassName
{
background-color: #EE217F;
}
.BgClassName
{
background-color: #EE217F;
}
</style>
border-color css
<style>
span { border-color: #EE217F; }
span { border-color: rgb(238,33,127); }
td.TdClassName
{
border-color: #EE217F;
}
.TagClassName
{
border-color: #EE217F;
}
</style>