Shades of Brink Pink #ED677E
Tints of Brink Pink #ED677E
RGB
CMYK
RGB Variations
Color information
#ED677E (or 0xED677E) is known color: Brink Pink. HEX triplet: ED, 67 and 7E. RGB value is (237,103,126). Sum of RGB (Red+Green+Blue) = 237+103+126=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED677E is #129881. Grayscale: #919191. Windows color (decimal): -1218690 or 8284141. OLE color: 8284141.
HSL color Cylindrical-coordinate representation of color #ED677E: hue angle of 349.7º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED677E is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 126 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.07 |
| HSL | 349.7º | 0.79% | 0.67% | - |
| HSV(B) | 349.7º | 0.57% | 0.93% | - |
| XYZ | 43.54 | 29.21 | 23.08 | - |
| YUV | 145.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 126 | 0 | 0.57 | 0.47 | 0.07 | 349.7 | 0.79 | 0.67 |
| Hex | ED | 67 | 7E | 0 | 39 | 2F | 7 | 15E | 4F | 43 |
| Octal | 355 | 147 | 176 | 0 | 71 | 57 | 7 | 536 | 117 | 103 |
| Binary | 11101101 | 1100111 | 1111110 | 0 | 111001 | 101111 | 111 | 101011110 | 1001111 | 1000011 |
Color Harmonies of #ED677E
Complementary color
Monochromatic Colors of #ED677E
Black with #ED677E
Text Example
Text Example
White with #ED677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED677E; }
p { color: rgb(237,103,126); }
H1.HeaderClassName
{
color: #ED677E;
}
.AnyTagClassName
{
color: #ED677E;
}
</style>
background-color css
<style>
a { background-color: #ED677E; }
a { background-color: rgb(237,103,126); }
div.DivClassName
{
background-color: #ED677E;
}
.BgClassName
{
background-color: #ED677E;
}
</style>
border-color css
<style>
span { border-color: #ED677E; }
span { border-color: rgb(237,103,126); }
td.TdClassName
{
border-color: #ED677E;
}
.TagClassName
{
border-color: #ED677E;
}
</style>