Shades of Dark Pink #EE5A7E
Tints of Dark Pink #EE5A7E
RGB
CMYK
RGB Variations
Color information
#EE5A7E (or 0xEE5A7E) is known color: Dark Pink. HEX triplet: EE, 5A and 7E. RGB value is (238,90,126). Sum of RGB (Red+Green+Blue) = 238+90+126=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A7E is #11A581. Grayscale: #8A8A8A. Windows color (decimal): -1156482 or 8280814. OLE color: 8280814.
HSL color Cylindrical-coordinate representation of color #EE5A7E: hue angle of 345.41º 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 #EE5A7E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 126 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.07 |
| HSL | 345.41º | 0.81% | 0.64% | - |
| HSV(B) | 345.41º | 0.62% | 0.93% | - |
| XYZ | 42.68 | 27 | 22.7 | - |
| YUV | 138.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 126 | 0 | 0.62 | 0.47 | 0.07 | 345.41 | 0.81 | 0.64 |
| Hex | EE | 5A | 7E | 0 | 3E | 2F | 7 | 159 | 51 | 40 |
| Octal | 356 | 132 | 176 | 0 | 76 | 57 | 7 | 531 | 121 | 100 |
| Binary | 11101110 | 1011010 | 1111110 | 0 | 111110 | 101111 | 111 | 101011001 | 1010001 | 1000000 |
Color Harmonies of #EE5A7E
Complementary color
Monochromatic Colors of #EE5A7E
Black with #EE5A7E
Text Example
Text Example
White with #EE5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A7E; }
p { color: rgb(238,90,126); }
H1.HeaderClassName
{
color: #EE5A7E;
}
.AnyTagClassName
{
color: #EE5A7E;
}
</style>
background-color css
<style>
a { background-color: #EE5A7E; }
a { background-color: rgb(238,90,126); }
div.DivClassName
{
background-color: #EE5A7E;
}
.BgClassName
{
background-color: #EE5A7E;
}
</style>
border-color css
<style>
span { border-color: #EE5A7E; }
span { border-color: rgb(238,90,126); }
td.TdClassName
{
border-color: #EE5A7E;
}
.TagClassName
{
border-color: #EE5A7E;
}
</style>