Shades of Deep Pink #EE137C
Tints of Deep Pink #EE137C
RGB
CMYK
RGB Variations
Color information
#EE137C (or 0xEE137C) is known color: Deep Pink. HEX triplet: EE, 13 and 7C. RGB value is (238,19,124). Sum of RGB (Red+Green+Blue) = 238+19+124=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE137C is #11EC83. Grayscale: #606060. Windows color (decimal): -1174660 or 8131566. OLE color: 8131566.
HSL color Cylindrical-coordinate representation of color #EE137C: hue angle of 331.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE137C is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 124 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.07 |
| HSL | 331.23º | 0.87% | 0.5% | - |
| HSV(B) | 331.23º | 0.92% | 0.93% | - |
| XYZ | 39.13 | 20.1 | 20.89 | - |
| YUV | 96.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 124 | 0 | 0.92 | 0.48 | 0.07 | 331.23 | 0.87 | 0.5 |
| Hex | EE | 13 | 7C | 0 | 5C | 30 | 7 | 14B | 57 | 32 |
| Octal | 356 | 23 | 174 | 0 | 134 | 60 | 7 | 513 | 127 | 62 |
| Binary | 11101110 | 10011 | 1111100 | 0 | 1011100 | 110000 | 111 | 101001011 | 1010111 | 110010 |
Color Harmonies of #EE137C
Complementary color
Monochromatic Colors of #EE137C
Black with #EE137C
Text Example
Text Example
White with #EE137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE137C; }
p { color: rgb(238,19,124); }
H1.HeaderClassName
{
color: #EE137C;
}
.AnyTagClassName
{
color: #EE137C;
}
</style>
background-color css
<style>
a { background-color: #EE137C; }
a { background-color: rgb(238,19,124); }
div.DivClassName
{
background-color: #EE137C;
}
.BgClassName
{
background-color: #EE137C;
}
</style>
border-color css
<style>
span { border-color: #EE137C; }
span { border-color: rgb(238,19,124); }
td.TdClassName
{
border-color: #EE137C;
}
.TagClassName
{
border-color: #EE137C;
}
</style>