Shades of Dark Pink #E6507A
Tints of Dark Pink #E6507A
RGB
CMYK
RGB Variations
Color information
#E6507A (or 0xE6507A) is known color: Dark Pink. HEX triplet: E6, 50 and 7A. RGB value is (230,80,122). Sum of RGB (Red+Green+Blue) = 230+80+122=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6507A is #19AF85. Grayscale: #818181. Windows color (decimal): -1683334 or 8016102. OLE color: 8016102.
HSL color Cylindrical-coordinate representation of color #E6507A: hue angle of 343.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6507A is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 122 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.10 |
| HSL | 343.2º | 0.75% | 0.61% | - |
| HSV(B) | 343.2º | 0.65% | 0.9% | - |
| XYZ | 39.01 | 23.97 | 20.98 | - |
| YUV | 129.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 122 | 0 | 0.65 | 0.47 | 0.10 | 343.2 | 0.75 | 0.61 |
| Hex | E6 | 50 | 7A | 0 | 41 | 2F | A | 157 | 4B | 3D |
| Octal | 346 | 120 | 172 | 0 | 101 | 57 | 12 | 527 | 113 | 75 |
| Binary | 11100110 | 1010000 | 1111010 | 0 | 1000001 | 101111 | 1010 | 101010111 | 1001011 | 111101 |
Color Harmonies of #E6507A
Complementary color
Monochromatic Colors of #E6507A
Black with #E6507A
Text Example
Text Example
White with #E6507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6507A; }
p { color: rgb(230,80,122); }
H1.HeaderClassName
{
color: #E6507A;
}
.AnyTagClassName
{
color: #E6507A;
}
</style>
background-color css
<style>
a { background-color: #E6507A; }
a { background-color: rgb(230,80,122); }
div.DivClassName
{
background-color: #E6507A;
}
.BgClassName
{
background-color: #E6507A;
}
</style>
border-color css
<style>
span { border-color: #E6507A; }
span { border-color: rgb(230,80,122); }
td.TdClassName
{
border-color: #E6507A;
}
.TagClassName
{
border-color: #E6507A;
}
</style>