Shades of Dark Pink #EE537E
Tints of Dark Pink #EE537E
RGB
CMYK
RGB Variations
Color information
#EE537E (or 0xEE537E) is known color: Dark Pink. HEX triplet: EE, 53 and 7E. RGB value is (238,83,126). Sum of RGB (Red+Green+Blue) = 238+83+126=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE537E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE537E is #11AC81. Grayscale: #868686. Windows color (decimal): -1158274 or 8279022. OLE color: 8279022.
HSL color Cylindrical-coordinate representation of color #EE537E: hue angle of 343.35º 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 #EE537E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 126 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.07 |
| HSL | 343.35º | 0.82% | 0.63% | - |
| HSV(B) | 343.35º | 0.65% | 0.93% | - |
| XYZ | 42.12 | 25.87 | 22.51 | - |
| YUV | 134.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 126 | 0 | 0.65 | 0.47 | 0.07 | 343.35 | 0.82 | 0.63 |
| Hex | EE | 53 | 7E | 0 | 41 | 2F | 7 | 157 | 52 | 3F |
| Octal | 356 | 123 | 176 | 0 | 101 | 57 | 7 | 527 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1111110 | 0 | 1000001 | 101111 | 111 | 101010111 | 1010010 | 111111 |
Color Harmonies of #EE537E
Complementary color
Monochromatic Colors of #EE537E
Black with #EE537E
Text Example
Text Example
White with #EE537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE537E; }
p { color: rgb(238,83,126); }
H1.HeaderClassName
{
color: #EE537E;
}
.AnyTagClassName
{
color: #EE537E;
}
</style>
background-color css
<style>
a { background-color: #EE537E; }
a { background-color: rgb(238,83,126); }
div.DivClassName
{
background-color: #EE537E;
}
.BgClassName
{
background-color: #EE537E;
}
</style>
border-color css
<style>
span { border-color: #EE537E; }
span { border-color: rgb(238,83,126); }
td.TdClassName
{
border-color: #EE537E;
}
.TagClassName
{
border-color: #EE537E;
}
</style>