Shades of Brink Pink #ED667D
Tints of Brink Pink #ED667D
RGB
CMYK
RGB Variations
Color information
#ED667D (or 0xED667D) is known color: Brink Pink. HEX triplet: ED, 66 and 7D. RGB value is (237,102,125). Sum of RGB (Red+Green+Blue) = 237+102+125=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED667D is #129982. Grayscale: #919191. Windows color (decimal): -1218947 or 8218349. OLE color: 8218349.
HSL color Cylindrical-coordinate representation of color #ED667D: hue angle of 349.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED667D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 125 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.07 |
| HSL | 349.78º | 0.79% | 0.66% | - |
| HSV(B) | 349.78º | 0.57% | 0.93% | - |
| XYZ | 43.38 | 28.99 | 22.71 | - |
| YUV | 144.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 125 | 0 | 0.57 | 0.47 | 0.07 | 349.78 | 0.79 | 0.66 |
| Hex | ED | 66 | 7D | 0 | 39 | 2F | 7 | 15E | 4F | 42 |
| Octal | 355 | 146 | 175 | 0 | 71 | 57 | 7 | 536 | 117 | 102 |
| Binary | 11101101 | 1100110 | 1111101 | 0 | 111001 | 101111 | 111 | 101011110 | 1001111 | 1000010 |
Color Harmonies of #ED667D
Complementary color
Monochromatic Colors of #ED667D
Black with #ED667D
Text Example
Text Example
White with #ED667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED667D; }
p { color: rgb(237,102,125); }
H1.HeaderClassName
{
color: #ED667D;
}
.AnyTagClassName
{
color: #ED667D;
}
</style>
background-color css
<style>
a { background-color: #ED667D; }
a { background-color: rgb(237,102,125); }
div.DivClassName
{
background-color: #ED667D;
}
.BgClassName
{
background-color: #ED667D;
}
</style>
border-color css
<style>
span { border-color: #ED667D; }
span { border-color: rgb(237,102,125); }
td.TdClassName
{
border-color: #ED667D;
}
.TagClassName
{
border-color: #ED667D;
}
</style>