Shades of Dark Pink #EE507B
Tints of Dark Pink #EE507B
RGB
CMYK
RGB Variations
Color information
#EE507B (or 0xEE507B) is known color: Dark Pink. HEX triplet: EE, 50 and 7B. RGB value is (238,80,123). Sum of RGB (Red+Green+Blue) = 238+80+123=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE507B is #11AF84. Grayscale: #848484. Windows color (decimal): -1159045 or 8081646. OLE color: 8081646.
HSL color Cylindrical-coordinate representation of color #EE507B: hue angle of 343.67º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE507B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 123 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.07 |
| HSL | 343.67º | 0.82% | 0.62% | - |
| HSV(B) | 343.67º | 0.66% | 0.93% | - |
| XYZ | 41.7 | 25.34 | 21.43 | - |
| YUV | 132.14 | 122.85 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 123 | 0 | 0.66 | 0.48 | 0.07 | 343.67 | 0.82 | 0.62 |
| Hex | EE | 50 | 7B | 0 | 42 | 30 | 7 | 158 | 52 | 3E |
| Octal | 356 | 120 | 173 | 0 | 102 | 60 | 7 | 530 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1111011 | 0 | 1000010 | 110000 | 111 | 101011000 | 1010010 | 111110 |
Color Harmonies of #EE507B
Complementary color
Monochromatic Colors of #EE507B
Black with #EE507B
Text Example
Text Example
White with #EE507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE507B; }
p { color: rgb(238,80,123); }
H1.HeaderClassName
{
color: #EE507B;
}
.AnyTagClassName
{
color: #EE507B;
}
</style>
background-color css
<style>
a { background-color: #EE507B; }
a { background-color: rgb(238,80,123); }
div.DivClassName
{
background-color: #EE507B;
}
.BgClassName
{
background-color: #EE507B;
}
</style>
border-color css
<style>
span { border-color: #EE507B; }
span { border-color: rgb(238,80,123); }
td.TdClassName
{
border-color: #EE507B;
}
.TagClassName
{
border-color: #EE507B;
}
</style>