Shades of Dark Pink #EE5A7B
Tints of Dark Pink #EE5A7B
RGB
CMYK
RGB Variations
Color information
#EE5A7B (or 0xEE5A7B) is known color: Dark Pink. HEX triplet: EE, 5A and 7B. RGB value is (238,90,123). Sum of RGB (Red+Green+Blue) = 238+90+123=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A7B is #11A584. Grayscale: #8A8A8A. Windows color (decimal): -1156485 or 8084206. OLE color: 8084206.
HSL color Cylindrical-coordinate representation of color #EE5A7B: hue angle of 346.62º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5A7B is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 123 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.07 |
| HSL | 346.62º | 0.81% | 0.64% | - |
| HSV(B) | 346.62º | 0.62% | 0.93% | - |
| XYZ | 42.49 | 26.92 | 21.7 | - |
| YUV | 138.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 123 | 0 | 0.62 | 0.48 | 0.07 | 346.62 | 0.81 | 0.64 |
| Hex | EE | 5A | 7B | 0 | 3E | 30 | 7 | 15B | 51 | 40 |
| Octal | 356 | 132 | 173 | 0 | 76 | 60 | 7 | 533 | 121 | 100 |
| Binary | 11101110 | 1011010 | 1111011 | 0 | 111110 | 110000 | 111 | 101011011 | 1010001 | 1000000 |
Color Harmonies of #EE5A7B
Complementary color
Monochromatic Colors of #EE5A7B
Black with #EE5A7B
Text Example
Text Example
White with #EE5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A7B; }
p { color: rgb(238,90,123); }
H1.HeaderClassName
{
color: #EE5A7B;
}
.AnyTagClassName
{
color: #EE5A7B;
}
</style>
background-color css
<style>
a { background-color: #EE5A7B; }
a { background-color: rgb(238,90,123); }
div.DivClassName
{
background-color: #EE5A7B;
}
.BgClassName
{
background-color: #EE5A7B;
}
</style>
border-color css
<style>
span { border-color: #EE5A7B; }
span { border-color: rgb(238,90,123); }
td.TdClassName
{
border-color: #EE5A7B;
}
.TagClassName
{
border-color: #EE5A7B;
}
</style>