Shades of Dark Pink #EE5284
Tints of Dark Pink #EE5284
RGB
CMYK
RGB Variations
Color information
#EE5284 (or 0xEE5284) is known color: Dark Pink. HEX triplet: EE, 52 and 84. RGB value is (238,82,132). Sum of RGB (Red+Green+Blue) = 238+82+132=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5284 is #11AD7B. Grayscale: #868686. Windows color (decimal): -1158524 or 8671982. OLE color: 8671982.
HSL color Cylindrical-coordinate representation of color #EE5284: hue angle of 340.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5284 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 132 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.07 |
| HSL | 340.77º | 0.82% | 0.63% | - |
| HSV(B) | 340.77º | 0.66% | 0.93% | - |
| XYZ | 42.44 | 25.88 | 24.59 | - |
| YUV | 134.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 132 | 0 | 0.66 | 0.45 | 0.07 | 340.77 | 0.82 | 0.63 |
| Hex | EE | 52 | 84 | 0 | 42 | 2D | 7 | 155 | 52 | 3F |
| Octal | 356 | 122 | 204 | 0 | 102 | 55 | 7 | 525 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10000100 | 0 | 1000010 | 101101 | 111 | 101010101 | 1010010 | 111111 |
Color Harmonies of #EE5284
Complementary color
Monochromatic Colors of #EE5284
Black with #EE5284
Text Example
Text Example
White with #EE5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5284; }
p { color: rgb(238,82,132); }
H1.HeaderClassName
{
color: #EE5284;
}
.AnyTagClassName
{
color: #EE5284;
}
</style>
background-color css
<style>
a { background-color: #EE5284; }
a { background-color: rgb(238,82,132); }
div.DivClassName
{
background-color: #EE5284;
}
.BgClassName
{
background-color: #EE5284;
}
</style>
border-color css
<style>
span { border-color: #EE5284; }
span { border-color: rgb(238,82,132); }
td.TdClassName
{
border-color: #EE5284;
}
.TagClassName
{
border-color: #EE5284;
}
</style>