Shades of Dark Pink #EE567A
Tints of Dark Pink #EE567A
RGB
CMYK
RGB Variations
Color information
#EE567A (or 0xEE567A) is known color: Dark Pink. HEX triplet: EE, 56 and 7A. RGB value is (238,86,122). Sum of RGB (Red+Green+Blue) = 238+86+122=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE567A is #11A985. Grayscale: #878787. Windows color (decimal): -1157510 or 8017646. OLE color: 8017646.
HSL color Cylindrical-coordinate representation of color #EE567A: hue angle of 345.79º 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 #EE567A is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 122 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.07 |
| HSL | 345.79º | 0.82% | 0.64% | - |
| HSV(B) | 345.79º | 0.64% | 0.93% | - |
| XYZ | 42.1 | 26.24 | 21.26 | - |
| YUV | 135.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 122 | 0 | 0.64 | 0.49 | 0.07 | 345.79 | 0.82 | 0.64 |
| Hex | EE | 56 | 7A | 0 | 40 | 31 | 7 | 15A | 52 | 40 |
| Octal | 356 | 126 | 172 | 0 | 100 | 61 | 7 | 532 | 122 | 100 |
| Binary | 11101110 | 1010110 | 1111010 | 0 | 1000000 | 110001 | 111 | 101011010 | 1010010 | 1000000 |
Color Harmonies of #EE567A
Complementary color
Monochromatic Colors of #EE567A
Black with #EE567A
Text Example
Text Example
White with #EE567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE567A; }
p { color: rgb(238,86,122); }
H1.HeaderClassName
{
color: #EE567A;
}
.AnyTagClassName
{
color: #EE567A;
}
</style>
background-color css
<style>
a { background-color: #EE567A; }
a { background-color: rgb(238,86,122); }
div.DivClassName
{
background-color: #EE567A;
}
.BgClassName
{
background-color: #EE567A;
}
</style>
border-color css
<style>
span { border-color: #EE567A; }
span { border-color: rgb(238,86,122); }
td.TdClassName
{
border-color: #EE567A;
}
.TagClassName
{
border-color: #EE567A;
}
</style>