Shades of Dark Pink #EE476F
Tints of Dark Pink #EE476F
RGB
CMYK
RGB Variations
Color information
#EE476F (or 0xEE476F) is known color: Dark Pink. HEX triplet: EE, 47 and 6F. RGB value is (238,71,111). Sum of RGB (Red+Green+Blue) = 238+71+111=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE476F is #11B890. Grayscale: #7D7D7D. Windows color (decimal): -1161361 or 7292910. OLE color: 7292910.
HSL color Cylindrical-coordinate representation of color #EE476F: hue angle of 345.63º 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 #EE476F is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 111 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.63º | 0.83% | 0.61% | - |
| HSV(B) | 345.63º | 0.7% | 0.93% | - |
| XYZ | 40.38 | 23.83 | 17.51 | - |
| YUV | 125.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 111 | 0 | 0.70 | 0.53 | 0.07 | 345.63 | 0.83 | 0.61 |
| Hex | EE | 47 | 6F | 0 | 46 | 35 | 7 | 15A | 53 | 3D |
| Octal | 356 | 107 | 157 | 0 | 106 | 65 | 7 | 532 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1101111 | 0 | 1000110 | 110101 | 111 | 101011010 | 1010011 | 111101 |
Color Harmonies of #EE476F
Complementary color
Monochromatic Colors of #EE476F
Black with #EE476F
Text Example
Text Example
White with #EE476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE476F; }
p { color: rgb(238,71,111); }
H1.HeaderClassName
{
color: #EE476F;
}
.AnyTagClassName
{
color: #EE476F;
}
</style>
background-color css
<style>
a { background-color: #EE476F; }
a { background-color: rgb(238,71,111); }
div.DivClassName
{
background-color: #EE476F;
}
.BgClassName
{
background-color: #EE476F;
}
</style>
border-color css
<style>
span { border-color: #EE476F; }
span { border-color: rgb(238,71,111); }
td.TdClassName
{
border-color: #EE476F;
}
.TagClassName
{
border-color: #EE476F;
}
</style>