Shades of Dark Pink #EE568A
Tints of Dark Pink #EE568A
RGB
CMYK
RGB Variations
Color information
#EE568A (or 0xEE568A) is known color: Dark Pink. HEX triplet: EE, 56 and 8A. RGB value is (238,86,138). Sum of RGB (Red+Green+Blue) = 238+86+138=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE568A is #11A975. Grayscale: #898989. Windows color (decimal): -1157494 or 9066222. OLE color: 9066222.
HSL color Cylindrical-coordinate representation of color #EE568A: hue angle of 339.47º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE568A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 138 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 339.47º | 0.82% | 0.64% | - |
| HSV(B) | 339.47º | 0.64% | 0.93% | - |
| XYZ | 43.18 | 26.67 | 26.92 | - |
| YUV | 137.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 138 | 0 | 0.64 | 0.42 | 0.07 | 339.47 | 0.82 | 0.64 |
| Hex | EE | 56 | 8A | 0 | 40 | 2A | 7 | 153 | 52 | 40 |
| Octal | 356 | 126 | 212 | 0 | 100 | 52 | 7 | 523 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10001010 | 0 | 1000000 | 101010 | 111 | 101010011 | 1010010 | 1000000 |
Color Harmonies of #EE568A
Complementary color
Monochromatic Colors of #EE568A
Black with #EE568A
Text Example
Text Example
White with #EE568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE568A; }
p { color: rgb(238,86,138); }
H1.HeaderClassName
{
color: #EE568A;
}
.AnyTagClassName
{
color: #EE568A;
}
</style>
background-color css
<style>
a { background-color: #EE568A; }
a { background-color: rgb(238,86,138); }
div.DivClassName
{
background-color: #EE568A;
}
.BgClassName
{
background-color: #EE568A;
}
</style>
border-color css
<style>
span { border-color: #EE568A; }
span { border-color: rgb(238,86,138); }
td.TdClassName
{
border-color: #EE568A;
}
.TagClassName
{
border-color: #EE568A;
}
</style>