Shades of Brink Pink #ED647B
Tints of Brink Pink #ED647B
RGB
CMYK
RGB Variations
Color information
#ED647B (or 0xED647B) is known color: Brink Pink. HEX triplet: ED, 64 and 7B. RGB value is (237,100,123). Sum of RGB (Red+Green+Blue) = 237+100+123=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED647B is #129B84. Grayscale: #8F8F8F. Windows color (decimal): -1219461 or 8086765. OLE color: 8086765.
HSL color Cylindrical-coordinate representation of color #ED647B: hue angle of 349.93º 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 #ED647B is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 123 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.07 |
| HSL | 349.93º | 0.79% | 0.66% | - |
| HSV(B) | 349.93º | 0.58% | 0.93% | - |
| XYZ | 43.06 | 28.55 | 21.98 | - |
| YUV | 143.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 123 | 0 | 0.58 | 0.48 | 0.07 | 349.93 | 0.79 | 0.66 |
| Hex | ED | 64 | 7B | 0 | 3A | 30 | 7 | 15E | 4F | 42 |
| Octal | 355 | 144 | 173 | 0 | 72 | 60 | 7 | 536 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1111011 | 0 | 111010 | 110000 | 111 | 101011110 | 1001111 | 1000010 |
Color Harmonies of #ED647B
Complementary color
Monochromatic Colors of #ED647B
Black with #ED647B
Text Example
Text Example
White with #ED647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED647B; }
p { color: rgb(237,100,123); }
H1.HeaderClassName
{
color: #ED647B;
}
.AnyTagClassName
{
color: #ED647B;
}
</style>
background-color css
<style>
a { background-color: #ED647B; }
a { background-color: rgb(237,100,123); }
div.DivClassName
{
background-color: #ED647B;
}
.BgClassName
{
background-color: #ED647B;
}
</style>
border-color css
<style>
span { border-color: #ED647B; }
span { border-color: rgb(237,100,123); }
td.TdClassName
{
border-color: #ED647B;
}
.TagClassName
{
border-color: #ED647B;
}
</style>