Shades of Dark Pink #EE5B8F
Tints of Dark Pink #EE5B8F
RGB
CMYK
RGB Variations
Color information
#EE5B8F (or 0xEE5B8F) is known color: Dark Pink. HEX triplet: EE, 5B and 8F. RGB value is (238,91,143). Sum of RGB (Red+Green+Blue) = 238+91+143=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5B8F is #11A470. Grayscale: #8C8C8C. Windows color (decimal): -1156209 or 9395182. OLE color: 9395182.
HSL color Cylindrical-coordinate representation of color #EE5B8F: hue angle of 338.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5B8F is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 143 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.07 |
| HSL | 338.78º | 0.81% | 0.65% | - |
| HSV(B) | 338.78º | 0.62% | 0.93% | - |
| XYZ | 43.96 | 27.64 | 29.01 | - |
| YUV | 140.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 143 | 0 | 0.62 | 0.40 | 0.07 | 338.78 | 0.81 | 0.65 |
| Hex | EE | 5B | 8F | 0 | 3E | 28 | 7 | 153 | 51 | 41 |
| Octal | 356 | 133 | 217 | 0 | 76 | 50 | 7 | 523 | 121 | 101 |
| Binary | 11101110 | 1011011 | 10001111 | 0 | 111110 | 101000 | 111 | 101010011 | 1010001 | 1000001 |
Color Harmonies of #EE5B8F
Complementary color
Monochromatic Colors of #EE5B8F
Black with #EE5B8F
Text Example
Text Example
White with #EE5B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5B8F; }
p { color: rgb(238,91,143); }
H1.HeaderClassName
{
color: #EE5B8F;
}
.AnyTagClassName
{
color: #EE5B8F;
}
</style>
background-color css
<style>
a { background-color: #EE5B8F; }
a { background-color: rgb(238,91,143); }
div.DivClassName
{
background-color: #EE5B8F;
}
.BgClassName
{
background-color: #EE5B8F;
}
</style>
border-color css
<style>
span { border-color: #EE5B8F; }
span { border-color: rgb(238,91,143); }
td.TdClassName
{
border-color: #EE5B8F;
}
.TagClassName
{
border-color: #EE5B8F;
}
</style>