Shades of Dark Pink #EE476D
Tints of Dark Pink #EE476D
RGB
CMYK
RGB Variations
Color information
#EE476D (or 0xEE476D) is known color: Dark Pink. HEX triplet: EE, 47 and 6D. RGB value is (238,71,109). Sum of RGB (Red+Green+Blue) = 238+71+109=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE476D is #11B892. Grayscale: #7D7D7D. Windows color (decimal): -1161363 or 7161838. OLE color: 7161838.
HSL color Cylindrical-coordinate representation of color #EE476D: hue angle of 346.35º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE476D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 109 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.07 |
| HSL | 346.35º | 0.83% | 0.61% | - |
| HSV(B) | 346.35º | 0.7% | 0.93% | - |
| XYZ | 40.27 | 23.79 | 16.94 | - |
| YUV | 125.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 109 | 0 | 0.70 | 0.54 | 0.07 | 346.35 | 0.83 | 0.61 |
| Hex | EE | 47 | 6D | 0 | 46 | 36 | 7 | 15A | 53 | 3D |
| Octal | 356 | 107 | 155 | 0 | 106 | 66 | 7 | 532 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1101101 | 0 | 1000110 | 110110 | 111 | 101011010 | 1010011 | 111101 |
Color Harmonies of #EE476D
Complementary color
Monochromatic Colors of #EE476D
Black with #EE476D
Text Example
Text Example
White with #EE476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE476D; }
p { color: rgb(238,71,109); }
H1.HeaderClassName
{
color: #EE476D;
}
.AnyTagClassName
{
color: #EE476D;
}
</style>
background-color css
<style>
a { background-color: #EE476D; }
a { background-color: rgb(238,71,109); }
div.DivClassName
{
background-color: #EE476D;
}
.BgClassName
{
background-color: #EE476D;
}
</style>
border-color css
<style>
span { border-color: #EE476D; }
span { border-color: rgb(238,71,109); }
td.TdClassName
{
border-color: #EE476D;
}
.TagClassName
{
border-color: #EE476D;
}
</style>