Shades of Deep Pink #EE1A7D
Tints of Deep Pink #EE1A7D
RGB
CMYK
RGB Variations
Color information
#EE1A7D (or 0xEE1A7D) is known color: Deep Pink. HEX triplet: EE, 1A and 7D. RGB value is (238,26,125). Sum of RGB (Red+Green+Blue) = 238+26+125=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1A7D is #11E582. Grayscale: #646464. Windows color (decimal): -1172867 or 8198894. OLE color: 8198894.
HSL color Cylindrical-coordinate representation of color #EE1A7D: hue angle of 331.98º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1A7D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 125 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.07 |
| HSL | 331.98º | 0.86% | 0.52% | - |
| HSV(B) | 331.98º | 0.89% | 0.93% | - |
| XYZ | 39.33 | 20.4 | 21.27 | - |
| YUV | 100.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 125 | 0 | 0.89 | 0.47 | 0.07 | 331.98 | 0.86 | 0.52 |
| Hex | EE | 1A | 7D | 0 | 59 | 2F | 7 | 14C | 56 | 34 |
| Octal | 356 | 32 | 175 | 0 | 131 | 57 | 7 | 514 | 126 | 64 |
| Binary | 11101110 | 11010 | 1111101 | 0 | 1011001 | 101111 | 111 | 101001100 | 1010110 | 110100 |
Color Harmonies of #EE1A7D
Complementary color
Monochromatic Colors of #EE1A7D
Black with #EE1A7D
Text Example
Text Example
White with #EE1A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1A7D; }
p { color: rgb(238,26,125); }
H1.HeaderClassName
{
color: #EE1A7D;
}
.AnyTagClassName
{
color: #EE1A7D;
}
</style>
background-color css
<style>
a { background-color: #EE1A7D; }
a { background-color: rgb(238,26,125); }
div.DivClassName
{
background-color: #EE1A7D;
}
.BgClassName
{
background-color: #EE1A7D;
}
</style>
border-color css
<style>
span { border-color: #EE1A7D; }
span { border-color: rgb(238,26,125); }
td.TdClassName
{
border-color: #EE1A7D;
}
.TagClassName
{
border-color: #EE1A7D;
}
</style>