Shades of Brink Pink #ED647F
Tints of Brink Pink #ED647F
RGB
CMYK
RGB Variations
Color information
#ED647F (or 0xED647F) is known color: Brink Pink. HEX triplet: ED, 64 and 7F. RGB value is (237,100,127). Sum of RGB (Red+Green+Blue) = 237+100+127=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED647F is #129B80. Grayscale: #909090. Windows color (decimal): -1219457 or 8348909. OLE color: 8348909.
HSL color Cylindrical-coordinate representation of color #ED647F: hue angle of 348.18º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED647F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 127 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.07 |
| HSL | 348.18º | 0.79% | 0.66% | - |
| HSV(B) | 348.18º | 0.58% | 0.93% | - |
| XYZ | 43.31 | 28.65 | 23.33 | - |
| YUV | 144.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 127 | 0 | 0.58 | 0.46 | 0.07 | 348.18 | 0.79 | 0.66 |
| Hex | ED | 64 | 7F | 0 | 3A | 2E | 7 | 15C | 4F | 42 |
| Octal | 355 | 144 | 177 | 0 | 72 | 56 | 7 | 534 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1111111 | 0 | 111010 | 101110 | 111 | 101011100 | 1001111 | 1000010 |
Color Harmonies of #ED647F
Complementary color
Monochromatic Colors of #ED647F
Black with #ED647F
Text Example
Text Example
White with #ED647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED647F; }
p { color: rgb(237,100,127); }
H1.HeaderClassName
{
color: #ED647F;
}
.AnyTagClassName
{
color: #ED647F;
}
</style>
background-color css
<style>
a { background-color: #ED647F; }
a { background-color: rgb(237,100,127); }
div.DivClassName
{
background-color: #ED647F;
}
.BgClassName
{
background-color: #ED647F;
}
</style>
border-color css
<style>
span { border-color: #ED647F; }
span { border-color: rgb(237,100,127); }
td.TdClassName
{
border-color: #ED647F;
}
.TagClassName
{
border-color: #ED647F;
}
</style>