Shades of Deep Cerise #EE338C
Tints of Deep Cerise #EE338C
RGB
CMYK
RGB Variations
Color information
#EE338C (or 0xEE338C) is known color: Deep Cerise. HEX triplet: EE, 33 and 8C. RGB value is (238,51,140). Sum of RGB (Red+Green+Blue) = 238+51+140=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE338C is #11CC73. Grayscale: #747474. Windows color (decimal): -1166452 or 9188334. OLE color: 9188334.
HSL color Cylindrical-coordinate representation of color #EE338C: hue angle of 331.44º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE338C is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 140 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.07 |
| HSL | 331.44º | 0.85% | 0.57% | - |
| HSV(B) | 331.44º | 0.79% | 0.93% | - |
| XYZ | 41.18 | 22.44 | 26.97 | - |
| YUV | 117.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 140 | 0 | 0.79 | 0.41 | 0.07 | 331.44 | 0.85 | 0.57 |
| Hex | EE | 33 | 8C | 0 | 4F | 29 | 7 | 14B | 55 | 39 |
| Octal | 356 | 63 | 214 | 0 | 117 | 51 | 7 | 513 | 125 | 71 |
| Binary | 11101110 | 110011 | 10001100 | 0 | 1001111 | 101001 | 111 | 101001011 | 1010101 | 111001 |
Color Harmonies of #EE338C
Complementary color
Monochromatic Colors of #EE338C
Black with #EE338C
Text Example
Text Example
White with #EE338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE338C; }
p { color: rgb(238,51,140); }
H1.HeaderClassName
{
color: #EE338C;
}
.AnyTagClassName
{
color: #EE338C;
}
</style>
background-color css
<style>
a { background-color: #EE338C; }
a { background-color: rgb(238,51,140); }
div.DivClassName
{
background-color: #EE338C;
}
.BgClassName
{
background-color: #EE338C;
}
</style>
border-color css
<style>
span { border-color: #EE338C; }
span { border-color: rgb(238,51,140); }
td.TdClassName
{
border-color: #EE338C;
}
.TagClassName
{
border-color: #EE338C;
}
</style>