Shades of Dark Pink #EE467C
Tints of Dark Pink #EE467C
RGB
CMYK
RGB Variations
Color information
#EE467C (or 0xEE467C) is known color: Dark Pink. HEX triplet: EE, 46 and 7C. RGB value is (238,70,124). Sum of RGB (Red+Green+Blue) = 238+70+124=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE467C is #11B983. Grayscale: #7E7E7E. Windows color (decimal): -1161604 or 8144622. OLE color: 8144622.
HSL color Cylindrical-coordinate representation of color #EE467C: hue angle of 340.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE467C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 124 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.07 |
| HSL | 340.71º | 0.83% | 0.6% | - |
| HSV(B) | 340.71º | 0.71% | 0.93% | - |
| XYZ | 41.09 | 24.01 | 21.54 | - |
| YUV | 126.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 124 | 0 | 0.71 | 0.48 | 0.07 | 340.71 | 0.83 | 0.6 |
| Hex | EE | 46 | 7C | 0 | 47 | 30 | 7 | 155 | 53 | 3C |
| Octal | 356 | 106 | 174 | 0 | 107 | 60 | 7 | 525 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1111100 | 0 | 1000111 | 110000 | 111 | 101010101 | 1010011 | 111100 |
Color Harmonies of #EE467C
Complementary color
Monochromatic Colors of #EE467C
Black with #EE467C
Text Example
Text Example
White with #EE467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE467C; }
p { color: rgb(238,70,124); }
H1.HeaderClassName
{
color: #EE467C;
}
.AnyTagClassName
{
color: #EE467C;
}
</style>
background-color css
<style>
a { background-color: #EE467C; }
a { background-color: rgb(238,70,124); }
div.DivClassName
{
background-color: #EE467C;
}
.BgClassName
{
background-color: #EE467C;
}
</style>
border-color css
<style>
span { border-color: #EE467C; }
span { border-color: rgb(238,70,124); }
td.TdClassName
{
border-color: #EE467C;
}
.TagClassName
{
border-color: #EE467C;
}
</style>