Shades of Dark Pink #EE5385
Tints of Dark Pink #EE5385
RGB
CMYK
RGB Variations
Color information
#EE5385 (or 0xEE5385) is known color: Dark Pink. HEX triplet: EE, 53 and 85. RGB value is (238,83,133). Sum of RGB (Red+Green+Blue) = 238+83+133=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5385 is #11AC7A. Grayscale: #878787. Windows color (decimal): -1158267 or 8737774. OLE color: 8737774.
HSL color Cylindrical-coordinate representation of color #EE5385: hue angle of 340.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5385 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 133 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.07 |
| HSL | 340.65º | 0.82% | 0.63% | - |
| HSV(B) | 340.65º | 0.65% | 0.93% | - |
| XYZ | 42.59 | 26.06 | 24.98 | - |
| YUV | 135.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 133 | 0 | 0.65 | 0.44 | 0.07 | 340.65 | 0.82 | 0.63 |
| Hex | EE | 53 | 85 | 0 | 41 | 2C | 7 | 155 | 52 | 3F |
| Octal | 356 | 123 | 205 | 0 | 101 | 54 | 7 | 525 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10000101 | 0 | 1000001 | 101100 | 111 | 101010101 | 1010010 | 111111 |
Color Harmonies of #EE5385
Complementary color
Monochromatic Colors of #EE5385
Black with #EE5385
Text Example
Text Example
White with #EE5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5385; }
p { color: rgb(238,83,133); }
H1.HeaderClassName
{
color: #EE5385;
}
.AnyTagClassName
{
color: #EE5385;
}
</style>
background-color css
<style>
a { background-color: #EE5385; }
a { background-color: rgb(238,83,133); }
div.DivClassName
{
background-color: #EE5385;
}
.BgClassName
{
background-color: #EE5385;
}
</style>
border-color css
<style>
span { border-color: #EE5385; }
span { border-color: rgb(238,83,133); }
td.TdClassName
{
border-color: #EE5385;
}
.TagClassName
{
border-color: #EE5385;
}
</style>