Shades of Deep Cerise #EE1D7A
Tints of Deep Cerise #EE1D7A
RGB
CMYK
RGB Variations
Color information
#EE1D7A (or 0xEE1D7A) is known color: Deep Cerise. HEX triplet: EE, 1D and 7A. RGB value is (238,29,122). Sum of RGB (Red+Green+Blue) = 238+29+122=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D7A is #11E285. Grayscale: #656565. Windows color (decimal): -1172102 or 8003054. OLE color: 8003054.
HSL color Cylindrical-coordinate representation of color #EE1D7A: hue angle of 333.3º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D7A is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 122 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.07 |
| HSL | 333.3º | 0.86% | 0.52% | - |
| HSV(B) | 333.3º | 0.88% | 0.93% | - |
| XYZ | 39.21 | 20.46 | 20.3 | - |
| YUV | 102.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 122 | 0 | 0.88 | 0.49 | 0.07 | 333.3 | 0.86 | 0.52 |
| Hex | EE | 1D | 7A | 0 | 58 | 31 | 7 | 14D | 56 | 34 |
| Octal | 356 | 35 | 172 | 0 | 130 | 61 | 7 | 515 | 126 | 64 |
| Binary | 11101110 | 11101 | 1111010 | 0 | 1011000 | 110001 | 111 | 101001101 | 1010110 | 110100 |
Color Harmonies of #EE1D7A
Complementary color
Monochromatic Colors of #EE1D7A
Black with #EE1D7A
Text Example
Text Example
White with #EE1D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D7A; }
p { color: rgb(238,29,122); }
H1.HeaderClassName
{
color: #EE1D7A;
}
.AnyTagClassName
{
color: #EE1D7A;
}
</style>
background-color css
<style>
a { background-color: #EE1D7A; }
a { background-color: rgb(238,29,122); }
div.DivClassName
{
background-color: #EE1D7A;
}
.BgClassName
{
background-color: #EE1D7A;
}
</style>
border-color css
<style>
span { border-color: #EE1D7A; }
span { border-color: rgb(238,29,122); }
td.TdClassName
{
border-color: #EE1D7A;
}
.TagClassName
{
border-color: #EE1D7A;
}
</style>