Shades of Deep Pink #EE137E
Tints of Deep Pink #EE137E
RGB
CMYK
RGB Variations
Color information
#EE137E (or 0xEE137E) is known color: Deep Pink. HEX triplet: EE, 13 and 7E. RGB value is (238,19,126). Sum of RGB (Red+Green+Blue) = 238+19+126=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE137E is #11EC81. Grayscale: #606060. Windows color (decimal): -1174658 or 8262638. OLE color: 8262638.
HSL color Cylindrical-coordinate representation of color #EE137E: hue angle of 330.68º 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 #EE137E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 126 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.07 |
| HSL | 330.68º | 0.87% | 0.5% | - |
| HSV(B) | 330.68º | 0.92% | 0.93% | - |
| XYZ | 39.26 | 20.15 | 21.56 | - |
| YUV | 96.68 | 144.55 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 126 | 0 | 0.92 | 0.47 | 0.07 | 330.68 | 0.87 | 0.5 |
| Hex | EE | 13 | 7E | 0 | 5C | 2F | 7 | 14B | 57 | 32 |
| Octal | 356 | 23 | 176 | 0 | 134 | 57 | 7 | 513 | 127 | 62 |
| Binary | 11101110 | 10011 | 1111110 | 0 | 1011100 | 101111 | 111 | 101001011 | 1010111 | 110010 |
Color Harmonies of #EE137E
Complementary color
Monochromatic Colors of #EE137E
Black with #EE137E
Text Example
Text Example
White with #EE137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE137E; }
p { color: rgb(238,19,126); }
H1.HeaderClassName
{
color: #EE137E;
}
.AnyTagClassName
{
color: #EE137E;
}
</style>
background-color css
<style>
a { background-color: #EE137E; }
a { background-color: rgb(238,19,126); }
div.DivClassName
{
background-color: #EE137E;
}
.BgClassName
{
background-color: #EE137E;
}
</style>
border-color css
<style>
span { border-color: #EE137E; }
span { border-color: rgb(238,19,126); }
td.TdClassName
{
border-color: #EE137E;
}
.TagClassName
{
border-color: #EE137E;
}
</style>