Shades of Dark Pink #EE537F
Tints of Dark Pink #EE537F
RGB
CMYK
RGB Variations
Color information
#EE537F (or 0xEE537F) is known color: Dark Pink. HEX triplet: EE, 53 and 7F. RGB value is (238,83,127). Sum of RGB (Red+Green+Blue) = 238+83+127=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE537F is #11AC80. Grayscale: #868686. Windows color (decimal): -1158273 or 8344558. OLE color: 8344558.
HSL color Cylindrical-coordinate representation of color #EE537F: hue angle of 342.97º 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 #EE537F is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 127 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.07 |
| HSL | 342.97º | 0.82% | 0.63% | - |
| HSV(B) | 342.97º | 0.65% | 0.93% | - |
| XYZ | 42.18 | 25.9 | 22.85 | - |
| YUV | 134.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 127 | 0 | 0.65 | 0.47 | 0.07 | 342.97 | 0.82 | 0.63 |
| Hex | EE | 53 | 7F | 0 | 41 | 2F | 7 | 157 | 52 | 3F |
| Octal | 356 | 123 | 177 | 0 | 101 | 57 | 7 | 527 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1111111 | 0 | 1000001 | 101111 | 111 | 101010111 | 1010010 | 111111 |
Color Harmonies of #EE537F
Complementary color
Monochromatic Colors of #EE537F
Black with #EE537F
Text Example
Text Example
White with #EE537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE537F; }
p { color: rgb(238,83,127); }
H1.HeaderClassName
{
color: #EE537F;
}
.AnyTagClassName
{
color: #EE537F;
}
</style>
background-color css
<style>
a { background-color: #EE537F; }
a { background-color: rgb(238,83,127); }
div.DivClassName
{
background-color: #EE537F;
}
.BgClassName
{
background-color: #EE537F;
}
</style>
border-color css
<style>
span { border-color: #EE537F; }
span { border-color: rgb(238,83,127); }
td.TdClassName
{
border-color: #EE537F;
}
.TagClassName
{
border-color: #EE537F;
}
</style>