Shades of Deep Pink #EE178A
Tints of Deep Pink #EE178A
RGB
CMYK
RGB Variations
Color information
#EE178A (or 0xEE178A) is known color: Deep Pink. HEX triplet: EE, 17 and 8A. RGB value is (238,23,138). Sum of RGB (Red+Green+Blue) = 238+23+138=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE178A is #11E875. Grayscale: #646464. Windows color (decimal): -1173622 or 9050094. OLE color: 9050094.
HSL color Cylindrical-coordinate representation of color #EE178A: hue angle of 327.91º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE178A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.07 |
| HSL | 327.91º | 0.86% | 0.51% | - |
| HSV(B) | 327.91º | 0.9% | 0.93% | - |
| XYZ | 40.15 | 20.62 | 25.91 | - |
| YUV | 100.4 | 149.23 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 138 | 0 | 0.90 | 0.42 | 0.07 | 327.91 | 0.86 | 0.51 |
| Hex | EE | 17 | 8A | 0 | 5A | 2A | 7 | 148 | 56 | 33 |
| Octal | 356 | 27 | 212 | 0 | 132 | 52 | 7 | 510 | 126 | 63 |
| Binary | 11101110 | 10111 | 10001010 | 0 | 1011010 | 101010 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #EE178A
Complementary color
Monochromatic Colors of #EE178A
Black with #EE178A
Text Example
Text Example
White with #EE178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE178A; }
p { color: rgb(238,23,138); }
H1.HeaderClassName
{
color: #EE178A;
}
.AnyTagClassName
{
color: #EE178A;
}
</style>
background-color css
<style>
a { background-color: #EE178A; }
a { background-color: rgb(238,23,138); }
div.DivClassName
{
background-color: #EE178A;
}
.BgClassName
{
background-color: #EE178A;
}
</style>
border-color css
<style>
span { border-color: #EE178A; }
span { border-color: rgb(238,23,138); }
td.TdClassName
{
border-color: #EE178A;
}
.TagClassName
{
border-color: #EE178A;
}
</style>