Shades of Brink Pink #ED667E
Tints of Brink Pink #ED667E
RGB
CMYK
RGB Variations
Color information
#ED667E (or 0xED667E) is known color: Brink Pink. HEX triplet: ED, 66 and 7E. RGB value is (237,102,126). Sum of RGB (Red+Green+Blue) = 237+102+126=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED667E is #129981. Grayscale: #919191. Windows color (decimal): -1218946 or 8283885. OLE color: 8283885.
HSL color Cylindrical-coordinate representation of color #ED667E: hue angle of 349.33º 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 #ED667E is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 126 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.07 |
| HSL | 349.33º | 0.79% | 0.66% | - |
| HSV(B) | 349.33º | 0.57% | 0.93% | - |
| XYZ | 43.44 | 29.01 | 23.05 | - |
| YUV | 145.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 126 | 0 | 0.57 | 0.47 | 0.07 | 349.33 | 0.79 | 0.66 |
| Hex | ED | 66 | 7E | 0 | 39 | 2F | 7 | 15D | 4F | 42 |
| Octal | 355 | 146 | 176 | 0 | 71 | 57 | 7 | 535 | 117 | 102 |
| Binary | 11101101 | 1100110 | 1111110 | 0 | 111001 | 101111 | 111 | 101011101 | 1001111 | 1000010 |
Color Harmonies of #ED667E
Complementary color
Monochromatic Colors of #ED667E
Black with #ED667E
Text Example
Text Example
White with #ED667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED667E; }
p { color: rgb(237,102,126); }
H1.HeaderClassName
{
color: #ED667E;
}
.AnyTagClassName
{
color: #ED667E;
}
</style>
background-color css
<style>
a { background-color: #ED667E; }
a { background-color: rgb(237,102,126); }
div.DivClassName
{
background-color: #ED667E;
}
.BgClassName
{
background-color: #ED667E;
}
</style>
border-color css
<style>
span { border-color: #ED667E; }
span { border-color: rgb(237,102,126); }
td.TdClassName
{
border-color: #ED667E;
}
.TagClassName
{
border-color: #ED667E;
}
</style>