Shades of Dark Pink #EE5B7F
Tints of Dark Pink #EE5B7F
RGB
CMYK
RGB Variations
Color information
#EE5B7F (or 0xEE5B7F) is known color: Dark Pink. HEX triplet: EE, 5B and 7F. RGB value is (238,91,127). Sum of RGB (Red+Green+Blue) = 238+91+127=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5B7F is #11A480. Grayscale: #8B8B8B. Windows color (decimal): -1156225 or 8346606. OLE color: 8346606.
HSL color Cylindrical-coordinate representation of color #EE5B7F: hue angle of 345.31º 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 #EE5B7F is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 127 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.07 |
| HSL | 345.31º | 0.81% | 0.65% | - |
| HSV(B) | 345.31º | 0.62% | 0.93% | - |
| XYZ | 42.83 | 27.19 | 23.07 | - |
| YUV | 139.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 127 | 0 | 0.62 | 0.47 | 0.07 | 345.31 | 0.81 | 0.65 |
| Hex | EE | 5B | 7F | 0 | 3E | 2F | 7 | 159 | 51 | 41 |
| Octal | 356 | 133 | 177 | 0 | 76 | 57 | 7 | 531 | 121 | 101 |
| Binary | 11101110 | 1011011 | 1111111 | 0 | 111110 | 101111 | 111 | 101011001 | 1010001 | 1000001 |
Color Harmonies of #EE5B7F
Complementary color
Monochromatic Colors of #EE5B7F
Black with #EE5B7F
Text Example
Text Example
White with #EE5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5B7F; }
p { color: rgb(238,91,127); }
H1.HeaderClassName
{
color: #EE5B7F;
}
.AnyTagClassName
{
color: #EE5B7F;
}
</style>
background-color css
<style>
a { background-color: #EE5B7F; }
a { background-color: rgb(238,91,127); }
div.DivClassName
{
background-color: #EE5B7F;
}
.BgClassName
{
background-color: #EE5B7F;
}
</style>
border-color css
<style>
span { border-color: #EE5B7F; }
span { border-color: rgb(238,91,127); }
td.TdClassName
{
border-color: #EE5B7F;
}
.TagClassName
{
border-color: #EE5B7F;
}
</style>