Shades of Dark Pink #EE537B
Tints of Dark Pink #EE537B
RGB
CMYK
RGB Variations
Color information
#EE537B (or 0xEE537B) is known color: Dark Pink. HEX triplet: EE, 53 and 7B. RGB value is (238,83,123). Sum of RGB (Red+Green+Blue) = 238+83+123=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE537B is #11AC84. Grayscale: #858585. Windows color (decimal): -1158277 or 8082414. OLE color: 8082414.
HSL color Cylindrical-coordinate representation of color #EE537B: hue angle of 344.52º 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 #EE537B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 123 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.07 |
| HSL | 344.52º | 0.82% | 0.63% | - |
| HSV(B) | 344.52º | 0.65% | 0.93% | - |
| XYZ | 41.93 | 25.79 | 21.51 | - |
| YUV | 133.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 123 | 0 | 0.65 | 0.48 | 0.07 | 344.52 | 0.82 | 0.63 |
| Hex | EE | 53 | 7B | 0 | 41 | 30 | 7 | 159 | 52 | 3F |
| Octal | 356 | 123 | 173 | 0 | 101 | 60 | 7 | 531 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1111011 | 0 | 1000001 | 110000 | 111 | 101011001 | 1010010 | 111111 |
Color Harmonies of #EE537B
Complementary color
Monochromatic Colors of #EE537B
Black with #EE537B
Text Example
Text Example
White with #EE537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE537B; }
p { color: rgb(238,83,123); }
H1.HeaderClassName
{
color: #EE537B;
}
.AnyTagClassName
{
color: #EE537B;
}
</style>
background-color css
<style>
a { background-color: #EE537B; }
a { background-color: rgb(238,83,123); }
div.DivClassName
{
background-color: #EE537B;
}
.BgClassName
{
background-color: #EE537B;
}
</style>
border-color css
<style>
span { border-color: #EE537B; }
span { border-color: rgb(238,83,123); }
td.TdClassName
{
border-color: #EE537B;
}
.TagClassName
{
border-color: #EE537B;
}
</style>