Shades of Dark Pink #EE5078
Tints of Dark Pink #EE5078
RGB
CMYK
RGB Variations
Color information
#EE5078 (or 0xEE5078) is known color: Dark Pink. HEX triplet: EE, 50 and 78. RGB value is (238,80,120). Sum of RGB (Red+Green+Blue) = 238+80+120=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5078 is #11AF87. Grayscale: #838383. Windows color (decimal): -1159048 or 7885038. OLE color: 7885038.
HSL color Cylindrical-coordinate representation of color #EE5078: hue angle of 344.81º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5078 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 120 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.07 |
| HSL | 344.81º | 0.82% | 0.62% | - |
| HSV(B) | 344.81º | 0.66% | 0.93% | - |
| XYZ | 41.52 | 25.27 | 20.46 | - |
| YUV | 131.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 120 | 0 | 0.66 | 0.50 | 0.07 | 344.81 | 0.82 | 0.62 |
| Hex | EE | 50 | 78 | 0 | 42 | 32 | 7 | 159 | 52 | 3E |
| Octal | 356 | 120 | 170 | 0 | 102 | 62 | 7 | 531 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1111000 | 0 | 1000010 | 110010 | 111 | 101011001 | 1010010 | 111110 |
Color Harmonies of #EE5078
Complementary color
Monochromatic Colors of #EE5078
Black with #EE5078
Text Example
Text Example
White with #EE5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5078; }
p { color: rgb(238,80,120); }
H1.HeaderClassName
{
color: #EE5078;
}
.AnyTagClassName
{
color: #EE5078;
}
</style>
background-color css
<style>
a { background-color: #EE5078; }
a { background-color: rgb(238,80,120); }
div.DivClassName
{
background-color: #EE5078;
}
.BgClassName
{
background-color: #EE5078;
}
</style>
border-color css
<style>
span { border-color: #EE5078; }
span { border-color: rgb(238,80,120); }
td.TdClassName
{
border-color: #EE5078;
}
.TagClassName
{
border-color: #EE5078;
}
</style>