Shades of Deep Pink #EE177D
Tints of Deep Pink #EE177D
RGB
CMYK
RGB Variations
Color information
#EE177D (or 0xEE177D) is known color: Deep Pink. HEX triplet: EE, 17 and 7D. RGB value is (238,23,125). Sum of RGB (Red+Green+Blue) = 238+23+125=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE177D is #11E882. Grayscale: #626262. Windows color (decimal): -1173635 or 8198126. OLE color: 8198126.
HSL color Cylindrical-coordinate representation of color #EE177D: hue angle of 331.53º 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 #EE177D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 125 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.07 |
| HSL | 331.53º | 0.86% | 0.51% | - |
| HSV(B) | 331.53º | 0.9% | 0.93% | - |
| XYZ | 39.27 | 20.27 | 21.25 | - |
| YUV | 98.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 125 | 0 | 0.90 | 0.47 | 0.07 | 331.53 | 0.86 | 0.51 |
| Hex | EE | 17 | 7D | 0 | 5A | 2F | 7 | 14C | 56 | 33 |
| Octal | 356 | 27 | 175 | 0 | 132 | 57 | 7 | 514 | 126 | 63 |
| Binary | 11101110 | 10111 | 1111101 | 0 | 1011010 | 101111 | 111 | 101001100 | 1010110 | 110011 |
Color Harmonies of #EE177D
Complementary color
Monochromatic Colors of #EE177D
Black with #EE177D
Text Example
Text Example
White with #EE177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE177D; }
p { color: rgb(238,23,125); }
H1.HeaderClassName
{
color: #EE177D;
}
.AnyTagClassName
{
color: #EE177D;
}
</style>
background-color css
<style>
a { background-color: #EE177D; }
a { background-color: rgb(238,23,125); }
div.DivClassName
{
background-color: #EE177D;
}
.BgClassName
{
background-color: #EE177D;
}
</style>
border-color css
<style>
span { border-color: #EE177D; }
span { border-color: rgb(238,23,125); }
td.TdClassName
{
border-color: #EE177D;
}
.TagClassName
{
border-color: #EE177D;
}
</style>