Shades of Dark Pink #EE4D73
Tints of Dark Pink #EE4D73
RGB
CMYK
RGB Variations
Color information
#EE4D73 (or 0xEE4D73) is known color: Dark Pink. HEX triplet: EE, 4D and 73. RGB value is (238,77,115). Sum of RGB (Red+Green+Blue) = 238+77+115=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE4D73 is #11B28C. Grayscale: #818181. Windows color (decimal): -1159821 or 7556590. OLE color: 7556590.
HSL color Cylindrical-coordinate representation of color #EE4D73: hue angle of 345.84º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4D73 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 115 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.07 |
| HSL | 345.84º | 0.83% | 0.62% | - |
| HSV(B) | 345.84º | 0.68% | 0.93% | - |
| XYZ | 41.01 | 24.72 | 18.83 | - |
| YUV | 129.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 115 | 0 | 0.68 | 0.52 | 0.07 | 345.84 | 0.83 | 0.62 |
| Hex | EE | 4D | 73 | 0 | 44 | 34 | 7 | 15A | 53 | 3E |
| Octal | 356 | 115 | 163 | 0 | 104 | 64 | 7 | 532 | 123 | 76 |
| Binary | 11101110 | 1001101 | 1110011 | 0 | 1000100 | 110100 | 111 | 101011010 | 1010011 | 111110 |
Color Harmonies of #EE4D73
Complementary color
Monochromatic Colors of #EE4D73
Black with #EE4D73
Text Example
Text Example
White with #EE4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D73; }
p { color: rgb(238,77,115); }
H1.HeaderClassName
{
color: #EE4D73;
}
.AnyTagClassName
{
color: #EE4D73;
}
</style>
background-color css
<style>
a { background-color: #EE4D73; }
a { background-color: rgb(238,77,115); }
div.DivClassName
{
background-color: #EE4D73;
}
.BgClassName
{
background-color: #EE4D73;
}
</style>
border-color css
<style>
span { border-color: #EE4D73; }
span { border-color: rgb(238,77,115); }
td.TdClassName
{
border-color: #EE4D73;
}
.TagClassName
{
border-color: #EE4D73;
}
</style>