Shades of Dark Pink #EE547D
Tints of Dark Pink #EE547D
RGB
CMYK
RGB Variations
Color information
#EE547D (or 0xEE547D) is known color: Dark Pink. HEX triplet: EE, 54 and 7D. RGB value is (238,84,125). Sum of RGB (Red+Green+Blue) = 238+84+125=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE547D is #11AB82. Grayscale: #868686. Windows color (decimal): -1158019 or 8213742. OLE color: 8213742.
HSL color Cylindrical-coordinate representation of color #EE547D: hue angle of 344.03º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE547D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 125 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.07 |
| HSL | 344.03º | 0.82% | 0.63% | - |
| HSV(B) | 344.03º | 0.65% | 0.93% | - |
| XYZ | 42.13 | 26 | 22.2 | - |
| YUV | 134.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 125 | 0 | 0.65 | 0.47 | 0.07 | 344.03 | 0.82 | 0.63 |
| Hex | EE | 54 | 7D | 0 | 41 | 2F | 7 | 158 | 52 | 3F |
| Octal | 356 | 124 | 175 | 0 | 101 | 57 | 7 | 530 | 122 | 77 |
| Binary | 11101110 | 1010100 | 1111101 | 0 | 1000001 | 101111 | 111 | 101011000 | 1010010 | 111111 |
Color Harmonies of #EE547D
Complementary color
Monochromatic Colors of #EE547D
Black with #EE547D
Text Example
Text Example
White with #EE547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE547D; }
p { color: rgb(238,84,125); }
H1.HeaderClassName
{
color: #EE547D;
}
.AnyTagClassName
{
color: #EE547D;
}
</style>
background-color css
<style>
a { background-color: #EE547D; }
a { background-color: rgb(238,84,125); }
div.DivClassName
{
background-color: #EE547D;
}
.BgClassName
{
background-color: #EE547D;
}
</style>
border-color css
<style>
span { border-color: #EE547D; }
span { border-color: rgb(238,84,125); }
td.TdClassName
{
border-color: #EE547D;
}
.TagClassName
{
border-color: #EE547D;
}
</style>